Return to Snippet

Revision: 40254
at January 28, 2011 01:45 by xavsio4


Initial Code
select * from all_tab_columns tc where tc.column_name = 'YOUR_COLUMN'

Initial URL


Initial Description


Initial Title
Get all tables and views having this field in their structure

Initial Tags
Oracle

Initial Language
SQL