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 anyways to rearrange it so that it becomes Name, Location, Age?
or could I modify the column Sex so it become Location?
Thanks in advance for the advice,
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 anyways to rearrange it so that it becomes Name, Location, Age?
or could I modify the column Sex so it become Location?
Thanks in advance for the advice,