MySQL:INSERT IGNORE

时间:2018-04-25 16:11:39

标签: mysql sql sql-insert ignore insert-into

我有以下声明:

INSERT INGORE INTO SolicitacaoDeCadastro.relacoes (filtro, campo) VALUES('13234','10341')

并产生以下错误:

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 'INTO SolicitacaoDeCadastro.relacoes (filtro, campo) VALUES('13234','10342')' at line 1

到目前为止,我已经对the documentation for INSERT进行了一百次的追问,无法找到我做错的事情!请帮忙:)

如果有帮助:

+-------------------------+------------------------------+
| innodb_version          | 5.7.22                       |
| protocol_version        | 10                           |
| version                 | 5.7.22                       |
| version_comment         | MySQL Community Server (GPL) |
| version_compile_machine | x86_64                       |
| version_compile_os      | Linux                        |
+-------------------------+------------------------------+

0 个答案:

没有答案