mysql自增序列 MySQL自增序列号 mysql如何建立一个序列create table t111 (id int auto_increment primary key, //自动增长remark varchar(50));不是Oracle一样可以建立... 技术帮 Mysql 2023-11-05 73 阅读 0 评论