gpt4 book ai didi

mysql - 错误 1064 MySQL 错误

转载 作者:行者123 更新时间:2023-11-29 11:28:42 29 4
gpt4 key购买 nike

CREATE TABLE references ( hamsterId MEDIUMINT(9), id MEDIUMINT(9), complete BINARY(1));

我一直在运行错误消息,我尝试了很多可能性,但没有得到答案,谢谢您的帮助!BINARY(1) 是否正确,仅允许 1 或 0 津贴。顺便说一句,这是错误消息:

ERROR 1064 (42000): 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 'references ( hamsterId MEDIUMINT(9), id MEDIUMINT(9), complete BINARY(1))' at line 1

最佳答案

使用 backtics 作为保留名称 REFERENCES 是 mysql 的反转词,请参阅 https://dev.mysql.com/doc/refman/5.7/en/keywords.html

 CREATE TABLE `references` ( hamsterId MEDIUMINT(9), id MEDIUMINT(9), complete BINARY(1));

关于mysql - 错误 1064 MySQL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37774138/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com