gpt4 book ai didi

mysql - 错误 1064 (42000) : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version error

转载 作者:行者123 更新时间:2023-11-29 17:31:20 25 4
gpt4 key购买 nike

CREATE TABLE `logins` (`network` varchar(64),`email` varchar(64),`password` varchar(64));

给我错误:

"ERROR 1064 (42000): 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 'CREATE TABLE logins (network varchar(64),email varchar(64), password var' at line 1"

我该如何解决这个问题?删除 ` 没有任何作用。

最佳答案

我也有同样的错误。问题是如上所述的复制/粘贴,但不是由于控制字符造成的。源代码中使用的字体显示反引号和正引号代替单引号。用基本的单引号字符替换那些字符解决了我的问题。

关于mysql - 错误 1064 (42000) : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50612046/

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