Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Order of columns in a table
> -----Original Message-----
> From: Helmut Daiminger [mailto:hdaiminger_at_vivonet.com]
>
> How can I find out what the order of columns in a table is?
dba_tab_columns.column_id
But you should never depend on the order of a columns in your SQL code. Received on Thu May 10 2001 - 13:57:35 CDT