delete column but remain the current data mysql code example Example: how delete a column in mysql ALTER TABLE table_name DROP COLUMN column_name;