ALTER TABLE tmp DROP COLUMN col_1, col_2, col_3, col_4;
Unfortunately MySQL gave me an error reading:
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'col_2, col_3, col_4' at line 1
Can you not have multiple columns names in an alter statement?
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]