aclips Posted June 8, 2006 at 11:09 PM Report #31989 Posted June 8, 2006 at 11:09 PM Olá a todos 😁 Estou a tentar criar uma tabela numa base de dados utilizando o seguinte código: ? Comando SQL:CREATE TABLE modulos( id bigint( 200 ) NOT NULL AUTO_INCREMENT , int_nome varchar( 255 ) NOT NULL default '', sys varchar( 32 ) NOT NULL default '', KEY char( 3 ) NOT NULL default '', PRIMARY KEY ( id ) ) TYPE = MYISAM E está sempre a aparecer este erro: ? Mensagens do MySQL : Documentação#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 'char(3) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM' at line 5 Será que alguém aqui pode me ajudar nesta situação? Obrigado Aclips
Saco Posted June 8, 2006 at 11:13 PM Report #31992 Posted June 8, 2006 at 11:13 PM Não sou propriamente expert em sql, mas KEY não é uma palavra reservada nem nada?
pedrotuga Posted June 8, 2006 at 11:19 PM Report #31993 Posted June 8, 2006 at 11:19 PM falta-te o ponto e virgula no fim para fechar a instrução. é um erro comum 😉
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now