das kommt dabei raus wenn ich die sql abfrage ausführen will:

SQL-Befehl:
ALTER TABLE `vms_gebuchte_werbung` ADD `mailtext` VARCHAR( 255 ) NOT NULL ALTER TABLE `vms_gebuchte_werbung` ADD `beschreibung` VARCHAR( 255 ) NOT NULL ALTER TABLE `vms_gebuchte_werbung` ADD `gueltig` INT NOT NULL
MySQL meldet:
#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 'ALTER TABLE `vms_gebuchte_werbung` ADD `beschreibung` VARCHAR( 255 ) NOT NULL
A' at line 2