oracle序列 -- 创建序列 create sequence SEQ_IMMUNIZATION increment by 1 start with 1 maxvalue 999999999; -- 查询序列 select SEQ_IMMUNIZATION.nextval from sys.dual;
上一篇:mysql外键工具作用及操作方法
下一篇:PostgreSQL监控之pgwatch2