gpt4 book ai didi

sql - 我的 SQL 查询错误在哪里?

转载 作者:行者123 更新时间:2023-11-29 09:16:36 25 4
gpt4 key购买 nike

我的 SQL 查询是

ALTER TABLE `USERS` MODIFY `UUID` SERIAL UNSIGNED NOT NULL AUTO_INCREMENT

但我继续得到

#1064 - 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 'UNSIGNED NOT
NULL AUTO_INCREMENT' at line 1

来自 MySQL(版本 5.1)。 :-(

有什么指点吗?

最佳答案

来自MySQL Doc :

SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.

这就是为什么您不必向其添加更多属性......

关于sql - 我的 SQL 查询错误在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3942004/

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