Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

find all tables where column name exists oracle

select table_name from all_tab_columns where column_name like '%STLDOC%';
 
PREVIOUS NEXT
Tagged: #find #tables #column #exists #oracle
ADD COMMENT
Topic
Name
8+8 =