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 -> Re: less expensive way to fetch column names?

Re: less expensive way to fetch column names?

From: Robert C <rchin_at_panix.com>
Date: Fri, 2 Apr 2004 17:39:05 -0500
Message-ID: <c4kq0i$3gh$1@reader1.panix.com>


desc my_table ;}

i also know of a cheaper way to get air if anyone's interested....

"NetComrade" <andreyNSPAM_at_bookexchange.net> wrote in message news:406de334.1231442431_at_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:39:05 CST

Original text of this message

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