Monday, March 6, 2017

How to get column names in oracle database?

How to get column names in oracle database?

select COLUMN_NAME from ALL_TAB_COLUMNS where TABLE_NAME='abc';

No comments:

Post a Comment