[Stackoverflow] [Progress OpenEdge ABL] Progress OpenEdge to show Column Relations of the table

Status
Not open for further replies.
A

Abhishek C

Guest
I want a query to get the column relation or reference of column for the table or for all the databases.

Like in MySQL, we have a query

Code:
SELECT * FROM **INFORMATION_SCHEMA.KEY_COLUMN_USAGE**
WHERE **TABLE_SCHEMA** = 'database_name';

So, what is the query for Progress OpenEdge?

Continue reading...
 
Status
Not open for further replies.
Top