Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> dba_tab_columns
Does anyone happen to know the exact select statement that the
'describe' command emulates? I tried something like the following but
it didn't exactly work 'cause when the data_type is a VARCHAR, it
doesn't show the number of characters.
select column_name, decode (nullable, 'Y', 'NULL','NOT NULL') ,
data_type, data_precision, data_scale
Thanks.
Taji. Received on Mon Jul 14 2003 - 16:17:16 CDT
![]() |
![]() |