estou com problema nesse código alguém pode me dizer o q há de errado"
Create table hospedes (
cpf numeric (11) not null,
nome varchar (50) not null,
end varchar (250) not null,
rg numeric (20) not null,
tel numeric (12) not null,
primary key (cpf);
Mensagens do MySQL :
#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 '' at line 8
Pergunta
faeus
estou com problema nesse código alguém pode me dizer o q há de errado"
Mensagens do MySQL :
#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 '' at line 8
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.