Hi,
I need to test list of column names that are present in table with my column list those are in excel.Currently im using toad,if you press f4 on table name it will show
.But i need a sql query to check it.
I have tried user_tables but not works and tried with information_schema.columns but table not exists error coming.
How to get those details using sql querry.