existe a tabela vestibular q tem a chave primaria insc , ai vou criar otra tabela com chave estrangeira:
create table teste (
id int(4) unsigned not null,
foreign key id references vestibular (insc) )
só q dá o seguinte erro:
[MySQL] ERROR 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 'references vestibular (insc) )' at line 3
Pergunta
mestre5
não to conseguindo criar chave estrangeira.....
existe a tabela vestibular q tem a chave primaria insc , ai vou criar otra tabela com chave estrangeira:
create table teste (
id int(4) unsigned not null,
foreign key id references vestibular (insc) )
só q dá o seguinte erro:
[MySQL] ERROR 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 'references vestibular (insc) )' at line 3
o que faço d errado??
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados