Protected by Copyscape Web Copyright Protection Software

Pages

Search This Blog

Saturday, June 8, 2013

How to get all the tables with the column name ?

Using below querSELECT
  TABLE_NAMEy you will get column names.
 
FROM
  all_tab_columns
WHERE
  column_name = '<COLUMN_NAME>'

No comments:

Post a Comment