SQL nicht ausführbar
Verfasst: 13.06.2006 10:35
Hi Leute,
Ich kann diese Zeilen nicht in phpmyadmin ausführen:
Es kommt diese Fehlermeldung:
Ich kann diese Zeilen nicht in phpmyadmin ausführen:
Code: Alles auswählen
ALTER TABLE groups ADD group_count INT (4) UNSIGNED DEFAULT '99999999'
ALTER TABLE groups ADD group_count_max INT (4) UNSIGNED DEFAULT '99999999'
ALTER TABLE groups ADD group_count_enable SMALLINT (2) UNSIGNED DEFAULT '0'
Code: Alles auswählen
ALTER TABLE groups ADD group_count INT( 4 ) UNSIGNED DEFAULT '99999999' ALTER TABLE groups ADD group_count_max INT( 4 ) UNSIGNED DEFAULT '99999999' ALTER TABLE groups ADD group_count_enable SMALLINT( 2 ) UNSIGNED DEFAULT '0'
MySQL meldet: Dokumentation
#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 groups ADD group_count_max INT (4) UNSIGNED DEFAULT