I want to remove a column from a table.
How can I do this?
I want to remove a column from a table.
How can I do this?
As per the documentation, this is not possible without creating a new table. The method involves creating a new table (either temporary or the new table, depending on the complexity of changes), copying the data you need into it, deleting the old table, and remaking the table (if necessary).