tuneca 0 Denunciar post Postado Abril 17, 2007 pessoal to tentando criar uma tabela em mysql usando o query browser, mas não to conseguindo no sql server 2000 funciona normal, mas no mysql não está indo create table clientes (cod int not null primary key,nome varchar(50),estado char(2) foreign key references estado(uf)) 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 '. estado char(2) foreign key references estado(uf))' at line 3 o campo uf da tabela estados está certo, é char(2) também... o que eu to errando? Compartilhar este post Link para o post Compartilhar em outros sites
walace 1 Denunciar post Postado Abril 18, 2007 Nos passe o create da tabela estados, só pra gente dar uma olhada na estrutura dela. Compartilhar este post Link para o post Compartilhar em outros sites
tuneca 0 Denunciar post Postado Abril 18, 2007 create database estados (cod int primary key,uf char(2)) Compartilhar este post Link para o post Compartilhar em outros sites