mysql delete col code example Example: how delete a column in mysql ALTER TABLE table_name DROP COLUMN column_name;