Get all tables and views having this field in their structure


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT * FROM all_tab_columns tc WHERE tc.column_name = 'YOUR_COLUMN'

Report this snippet


Comments


You need to login to view comments.