I have a table in which i insert into..
"insert into table1(...)(select ... from table2 order by A);"
but a "select * from table1;" does not return the correct order (primarykey_id is not in ascending order)
is there anyway to change this without importing and exporting data?
Thanks,
"insert into table1(...)(select ... from table2 order by A);"
but a "select * from table1;" does not return the correct order (primarykey_id is not in ascending order)
is there anyway to change this without importing and exporting data?
Thanks,