赞
踩
alter sequence table_seq(序列名称) increment by 1; --修改oracle 序列间隔 select table_seq.nextval from dual; 查询下一个序列