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

Home -> Community -> Usenet -> c.d.o.misc -> Re: table fields

Re: table fields

From: Alexei VORONOV <alexei_voronov_at_yahoo.com>
Date: Sat, 13 Oct 2001 22:58:34 +0200
Message-ID: <9qa9pf$epu$1@wanadoo.fr>


select COLUMN_NAME, DATA_TYPE from USER_TAB_COLUMNS where TABLE_NAME=UPPER('<Your table>');

"KADIVAR" <kadivar_at_aol.com> a écrit dans le message news: 20011013162328.21823.00001688_at_mb-fr.aol.com...
> Hello
> By which instruction can find the names of all fields of a table and their
data
> type ? Thank you very much.
Received on Sat Oct 13 2001 - 15:58:34 CDT

Original text of this message

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