Autor
Mensagem
CREATE TABLE usuario (
cod_usu INTEGER primary key NOT NULL AUTO_INCREMENT,
nome_usu VARCHAR(35) NULL,
senha_usu VARCHAR(80) NULL,
e-mail VARCHAR(40) NULL,
cpf INTEGER NULL
);
#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 -mail VARCHAR(40) NULL, cpf INTEGER NULL ) at line 5
Alguém consegue ver o que há de errado ?
No Firebird dá certo, mas no MySql não.
cod_usu INTEGER primary key NOT NULL AUTO_INCREMENT,
nome_usu VARCHAR(35) NULL,
senha_usu VARCHAR(80) NULL,
e-mail VARCHAR(40) NULL,
cpf INTEGER NULL
);
#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 -mail VARCHAR(40) NULL, cpf INTEGER NULL ) at line 5
Alguém consegue ver o que há de errado ?
No Firebird dá certo, mas no MySql não.





País: Brasil
Estado: RS
Cidade: Caxias do Sul
Mensagens: 1571






