CHANGE COLUMN ORDER
Hi,
I need to change the column order on a table. Is it possible?
When I say :> desc table_name
it lists the column as follows
col1
col2
col3
But, I need to change the col3 in place of col2 so that it looks like
col1
col3
col2
Thanks,