GremlinHunter
Programmer
Basic question is when does the order of a query return change when no order by is used? I think the DB used the row number as default order but it has been years since I took the class.
Reason is we have a routine that dumps daily partitions into csv's for archival. However the routine is getting the column order from dba_tab_columns with no reference to column_id. As it is I am not positave how many of the archived csv's have invalid column orders...
Reason is we have a routine that dumps daily partitions into csv's for archival. However the routine is getting the column order from dba_tab_columns with no reference to column_id. As it is I am not positave how many of the archived csv's have invalid column orders...