我正在编写一些 PHP 代码来将一个值插入到我的 MySQL 数据库中:
INSERT INTO users_validate (uid, key) VALUES ('11', '4866ce5568850eb5f8daad79a8822d26')
谁能告诉我这有什么问题?
编辑:错误消息是
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 'key) VALUES ('11', '4866ce5568850eb5f8daad79a8822d26')' at line 1