Enviado em 05/09/2020 - 01:35h
Olá pessoal!
Preciso de ajuda para corrigir erro no código.
Error Code: 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 ''Clientes_Teste' ( 'Telefone' bigint unsigned not null, 'Nome' varchar(45) ' at line 1
Utilizo Linux Mint 19.2 e MySQL Workbench Community (GPL) for Linux/Unix version 6.3.8.
Este é o código (coloquei >>> pra marcar indentação):
CREATE TABLE 'Clientes_Teste' (
>>>'Telefone' bigint unsigned not null,
>>> 'Nome' varchar(45) not null,
>>> primary key('Telefone')
);
Preciso de ajuda para corrigir erro no código.
Error Code: 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 ''Clientes_Teste' ( 'Telefone' bigint unsigned not null, 'Nome' varchar(45) ' at line 1
Utilizo Linux Mint 19.2 e MySQL Workbench Community (GPL) for Linux/Unix version 6.3.8.
Este é o código (coloquei >>> pra marcar indentação):
CREATE TABLE 'Clientes_Teste' (
>>>'Telefone' bigint unsigned not null,
>>> 'Nome' varchar(45) not null,
>>> primary key('Telefone')
);