gpt4 book ai didi

mysql - 在 MySQL 中创建序列的奇怪错误

转载 作者:行者123 更新时间:2023-11-29 02:54:27 24 4
gpt4 key购买 nike

这是代码和错误信息,如有任何提示,我们将不胜感激。使用 My SQL Workbench/MySQL,

CREATE SEQUENCE seq_person                                
MINVALUE 1
START WITH 1
INCREMENT BY 1
CACHE 10

Error Code: 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 'SEQUENCE seq_person #how to? MINVALUE 1 START WIT' at line 1

提前致谢,林

最佳答案

实际上 MySQL 没有 SEQUENCE。但是,您可以像此处描述的那样使用 AUTO_INCREMENT 列:http://www.tutorialspoint.com/mysql/mysql-using-sequences.htm

关于mysql - 在 MySQL 中创建序列的奇怪错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32242375/

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