随笔分类 -  MySQL

摘要:1、创建一个统一管理序列的表sequences drop table if exists sequences; create table sequences ( SEQUENCE_NAME varchar(80) not null comment '自增序列名称' primary key, INCR 阅读全文
posted @ 2021-12-29 17:55 passex 阅读(318) 评论(0) 推荐(0)