| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> less expensive way to fetch column names?
is there are a less expensive way to get column names from a table
then doing
SELECT LOWER(column_name)
FROM user_tab_columns
WHERE table_name ='my_table'
ORDER BY column_id
![]() |
![]() |