Verfasst: 06.01.2006 11:59
Probiers mal mit
Und sag gefälligst was für eine fehlermeldung kommt.
Code: Alles auswählen
ALTER TABLE [...] DROP COLUMN [...]
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
ALTER TABLE [...] DROP COLUMN [...]
Code: Alles auswählen
ALTER TABLE `phpbb_themes` DROP COLUMN `highlight_topic_color` VARCHAR( 6 ) ;
ALTER TABLE `phpbb_themes_name` DROP COLUMN `highlight_topic_color_name` CHAR( 50 )
SQL-Befehl:
ALTER TABLE `phpbb_themes` DROP COLUMN `highlight_topic_color` VARCHAR( 6 )
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 'VARCHAR( 6 )' at line 1
Code: Alles auswählen
ALTER TABLE `phpbb_themes`
DROP `highlight_topic_color` ;
ALTER TABLE `phpbb_themes_name`
DROP `highlight_topic_color_name` ;