Re: Native ORACLE SQL language command for DESC(RIBE)

From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 14 Aug 2002 17:19:29 -0700
Message-ID: <1b061893.0208141619.51254dad_at_posting.google.com>


Try something like:

select COLUMN_NAME,DATA_TYPE,DATA_LENGTH,nullable from user_tab_columns where TABLE_NAME = 'YOUR_TABLE' order by column_id;

Daniel Received on Thu Aug 15 2002 - 02:19:29 CEST

Original text of this message