Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Select * and column names
Hi,
What about column_id?
I think that this column refer to the order
of table columns.
So, try this:
SELECT *
FROM dba_tab_columns WHERE table_name = 'table_name_in_upper_case'ORDER BY column_id
Zbigniew Sliwa
Oracle Programmer
Talar napisa³(a) w wiadomoœci: ...
>It worked, almost...
>column_position seemed to have been undefined.
>I need to order it by the columns and tried to look it up in manual.
>After i tried the descriptions from the dict table like you said but it
>returned a bit too much. Does column_id work for that?
>
>tia,
>Wil
>
Received on Fri Aug 04 2000 - 00:00:00 CDT
![]() |
![]() |