Hi all,
I recently created a table with mysql. To simplify the matter, let's say the table has 3 fields: Name, Sex, Age.
Now, I would like to drop Sex and add one more new column named Location. By default, the new Table should have the following column order: Name, Age, Location.
Is there...