Re: How can i find out the column name from a table by issuing a select query?

From: Greg Kainz <gregkainz_at_attbi.com>
Date: Sat, 12 Jan 2002 17:42:22 GMT
Message-ID: <2A_%7.12639$Vq.81557_at_rwcrnsc53>


"select column_name from user_tables where table_name = '(table name of interest goes here)';

"Leader" <sohelcsc_at_yahoo.com> wrote in message news:b1a93c73.0201120530.513d02f1_at_posting.google.com...
> Hi all,

> i am facing a problem that is i need to to know the all column names from
> a table with a select statements. how can i do that.
> remember i need to run the query from java.
> in oracle i know that is desc table_name;
> but i need to run the query from java.
>
> thanks
> hoque
Received on Sat Jan 12 2002 - 18:42:22 CET

Original text of this message