Spark, Hadoop, Hive and Programming
"Spark, Hadoop, Hive, and Programming Interview Questions" by Venkateswarlu Chennareddy
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment