how to drop all columns form table in mysql code example Example: how remove column in mysql ALTER TABLE "table_name" DROP "column_name";