CREATE TABLE liste_domaines (id int(11) NOT NULL auto_increment,domaine char(20) NOT NULL,description char(50) NOT NULL,PRIMARY KEY (id)) INSERT INTO liste_domaines VALUES(2,'ad','Andorre'
et je me tape cela :
You have an error in your SQL syntax near 'INSERT INTO liste_domaines VALUES(2,'ad','Andorre'' at line 2
Marsh Posté le 15-11-2001 à 23:31:40
J'essaie de rentre ceci dans PhpMyAdmin :
CREATE TABLE liste_domaines (id int(11) NOT NULL auto_increment,domaine char(20) NOT NULL,description char(50) NOT NULL,PRIMARY KEY (id))
INSERT INTO liste_domaines VALUES(2,'ad','Andorre'
et je me tape cela :
You have an error in your SQL syntax near 'INSERT INTO liste_domaines VALUES(2,'ad','Andorre'' at line 2
Moi pas comprendre....