2
respostas

ERROR: There was an error while applying the SQL script to the database

Operation failed: There was an error while applying the SQL script to the database. Executing: CREATE TABLE caixa.clientes ( );

ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 2 SQL Statement: CREATE TABLE caixa.clientes ( )

Não estou conseguindo criar a tabela, poderia me ajudar, por favor?

Intalei o XAMPP para servidor

2 respostas

Segue imagem do erro

Você deve inserir as colunas com seus respectivos tipos de dados, caso tente executar o comando sem passar valores dentro dos parênteses, o seu gerenciador de banco de dados tentará criar a tabela sem informar quais dados ela contém, gerando este erro.