I\'m trying to drop multiple columns, but having some trouble. The syntax below works when I do ALTER TABLE and ADD with multiple values in the bra
ALTER TABLE
ADD
ALTER TABLE `tablename` DROP `column1`, DROP `column2`, DROP `column3`;