insert into status_diario (status, release) values ('Atualizando','NOV11')
Erro:
#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 'release) values ('Atualizando','NOV11')' at line 1
Testei diretamente no banco e deu a mensagem de erro acima.
Pergunta
Luckxander
Alguém pode me ajudar com o problema abaixo:
Tabela:
status_diario
Colunas:
cod => int(11) primary key (auto increment)
status=> varchar(60)
release=> varchar(12)
Query:
insert into status_diario (status, release) values ('Atualizando','NOV11')
Erro:
#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 'release) values ('Atualizando','NOV11')' at line 1
Testei diretamente no banco e deu a mensagem de erro acima.
Editado por Denis CourcyLink para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados