Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

tinyblob MySQL Serveur 5.1

1 réponse
Avatar
shenzy
Bonjour,

Je voudrais créer une table simple dans une base de donnée. Lorsque je veux creer un champs tinyblob j'obtiens :

You have an error in your SQL synthax; check the manual that corresponds to your MySQL serveur version for the right syntax to use near 'values tinyblob,primary key(id))' at line 1.

Ma commande :

create table TableExp (id integer not null, attribute varchar(255), objet varchar(255), op varchar(255), values tinyblob, primary key (id));

Pourriez vous m'aider s'il vous plait je ne trouve pas ce qui cloche.

Merci d'avance.

1 réponse

Avatar
shenzy
shenzy a écrit le 30/01/2011 à 14h57 :
Bonjour,

Je voudrais créer une table simple dans une base de donnée.
Lorsque je veux creer un champs tinyblob j'obtiens :

You have an error in your SQL synthax; check the manual that corresponds to
your MySQL serveur version for the right syntax to use near 'values
tinyblob,primary key(id))' at line 1.

Ma commande :

create table TableExp (id integer not null, attribute varchar(255), objet
varchar(255), op varchar(255), values tinyblob, primary key (id));

Pourriez vous m'aider s'il vous plait je ne trouve pas ce qui cloche.

Merci d'avance.


Autant pour moi, "values" est protégée.