bonjour,

depuis le début de la journée, je cherche sans succès une réponse à l'erreur suivante:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
 
CREATE TABLE IF NOT EXISTS MESSAGE (
id_mess SMALLINT PRIMARY KEY AUTO_INCREMENT NOT NULL,
comments TEXT,
id_oeuvre# SMALLINT INDEX REFERENCES OEUVRE (id_oeuvre)
) ENGINE = InnoDB;
MySQL a répondu: Documentation
#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 ') ENGINE = InnoDB' at line 5
avez-vous une idée?