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
	
	
	
		
So, what is the query for Progress OpenEdge?
Continue reading...
				
			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...