ALTER TABLE table_name DROP COLUMN column_name
table_name: Name of the target tablecolumn_name: Name of the column to be deletedALTER TABLE `TBL` DROP COLUMN `COL2`
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback