hI ALL,
Let say I create a table like this design:
Table_A:col1,col5,col3,col4
Since I cannot rename a column in Oracle I drop col5 and add new column called col2.
When I do a describle on table_A:
col1,col3,col4,col2
My question is that is there a way to change the order so that I see(col1,col2,col3,col4)
Thank you!
mkey
Let say I create a table like this design:
Table_A:col1,col5,col3,col4
Since I cannot rename a column in Oracle I drop col5 and add new column called col2.
When I do a describle on table_A:
col1,col3,col4,col2
My question is that is there a way to change the order so that I see(col1,col2,col3,col4)
Thank you!
mkey