> -----Original Message-----
> From: Helmut Daiminger [mailto:[EMAIL PROTECTED]]
>
> 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.
> -----Original Message-----
> From: Helmut Daiminger [mailto:[EMAIL PROTECTED]]
>
> 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.