Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> less expensive way to fetch column names?

less expensive way to fetch column names?

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Fri, 02 Apr 2004 22:04:40 GMT
Message-ID: <406de334.1231442431@localhost>


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

.......
We use Oracle 8.1.7.4 on Solaris 2.7 boxes remove NSPAM to email Received on Fri Apr 02 2004 - 16:04:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US