All tables containing a common column
Hi,
Is there any way to find the list of tables having a common column by sql query?
for eg: Suppose I have a column ID in table A and table B.My query should return both tableA and ~table B since ID is present in both tables
Regards
Aswathy