Tuesday, May 17, 2011

Select column name from table sql oracle

Hope this will help:-

SELECT * FROM
all_tab_cols where table_name ='Table Name'

No comments: