I need the db2 sql query to find the table/tables from column name. I have the column name but don't have table name which this column belongs to.
feedback
|
|
SELECT tabname FROM syscat.columns WHERE colname = 'mycol' | |||||
feedback
|