voilà
requête SQL :
CREATE TABLE `client` (
`Num_clt` TEXT( 20 ) UNSIGNED DEFAULT 'unique' NOT NULL AUTO_INCREMENT ,
`nom_clt` TEXT( 30 ) UNSIGNED,
PRIMARY KEY ( `Num_clt` )
)
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 '(20) UNSIGNED DEFAULT 'unique' NOT NULL AUTO_INCREMENT, `nom_cl
[Documentation]