gpt4 book ai didi

mysql - 在开始新的更改操作之前缺少逗号

转载 作者:行者123 更新时间:2023-11-29 15:37:56 25 4
gpt4 key购买 nike

我正在 PHPMyAdmin 中编写一个简单的查询

 alter TABLE testing_database RENAME COLUMN name TO first_name;

这里发生了错误

Missing comma before start of a new alter operation. (near "TO" at position 52)

最佳答案

ALTER TABLE testing_database CHANGE `name` `first_name` data_type;

关于mysql - 在开始新的更改操作之前缺少逗号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58038795/

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