Answers for "check column exists in table oracle"

SQL
0

find all tables where column name exists oracle

select table_name from all_tab_columns where column_name like '%STLDOC%';
Posted by: Guest on June-09-2021

Code answers related to "check column exists in table oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language