Mysql
 sql >> Database >  >> RDS >> Mysql

MySQL elimina più colonne

ALTER TABLE `tablename`
DROP `column1`,
DROP `column2`,
DROP `column3`;