J'aimerais savoir ou se trouve l'erreur ?
Code : Tout sélectionner
CREATE TABLE PHP************** (
status enum('enabled','disabled') NOT NULL default 'enabled',
before int(11) NOT NULL default '0',
extend int(11) NOT NULL default '0'
) TYPE=MyISAM;
INSERT INTO PHP**************** VALUES ('disabled', 120, 300);Code : Tout sélectionner
MySQL a répondu:
#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 'before int(11) NOT NULL default '0',
extend int(11) NOT NULL Merci