Quote:
Originally Posted by Socrate
After this :
PHP Code:
##############################################################
ALTER TABLE " . TABLE_PREFIX . "thread ADD bannedposters VARCHAR( 250 ) NOT NULL ;
##############################################################
this sql error
PHP Code:
requ?te SQL :
ALTER TABLE " . TABLE_PREFIX . "thread ADD bannedposters VARCHAR( 250 ) NOT NULL
MySQL a r?pondu:
#1064 - Erreur de syntaxe pr?s de '" . TABLE_PREFIX . "thread ADD bannedposters VARCHAR( 250 ) NO' ? la ligne 1
[Documentation] ? [Retour]
an idea (on RC3) ?
|
Hrm, are you including the ";" at the end? There's no reason for that query not to work, you can try removing the " . TABLE_PREFIX ." portion (provided you don't actually
use a table prefix).