QUESTION POSED ON: 22 March 2007
I have created one table with three columns, for example
no, name, age. Now I can drop the name column OK.
But now I want add the column back to the same table
in the same location. Is it possible? How?
I can add it but the order becomes no, age, name.
However, I want no, name, age.
|