MySql - je pête un câble

MySql - je pête un câble - Programmation

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....
 
[:angiolino]

Reply

Marsh Posté le 15-11-2001 à 23:31:40   

Reply

Marsh Posté le 15-11-2001 à 23:45:07    

essai ca : INSERT INTO liste_domaines VALUES('2','ad','Andorre';)

Reply

Marsh Posté le 15-11-2001 à 23:50:50    

Oups j'avais oublié le ; qui tue !!  
merci quand même !
 
[:angiolino]

Reply

Marsh Posté le 15-11-2001 à 23:56:41    

Arf... :D

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed