Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to get rid of a table column, add a new column, or move a column around within a table.
Use the DROP or ADD clauses of ALTER TABLE to remove or add a column. To move a column, drop it and then put it back where you want it.