gpt4 book ai didi

MySQL 表带有 ?在最后

转载 作者:行者123 更新时间:2023-11-28 23:56:13 25 4
gpt4 key购买 nike

我有一个名为“names?”的表我想更改为“名称”。

最终我要转储表,但有没有办法改变它?每次我尝试转储或更改它时,都会收到 SQL 语法错误。

mysql> rename table 'names?' TO names;
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 ''names?' TO names' at line 1

最佳答案

使用反引号代替撇号:

rename table `names?` TO names;

关于MySQL 表带有 ?在最后,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31602274/

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