Technical Notes
We're all on the same page!
Showing posts with label
all_tab_columns
.
Show all posts
Showing posts with label
all_tab_columns
.
Show all posts
Wednesday, 3 May 2017
How to find table by a column name in Oracle?
›
Check table info SQL> desc employees or SQL> select * from all_tab_columns where lower(table_name) = 'employees' Find c...
›
Home
View web version