高县网站建设设计

将想法与焦点和您一起共享

oracel中创建序列

oracle序列
-- 创建序列
create sequence SEQ_IMMUNIZATION
increment by 1
start with 1
maxvalue 999999999;
-- 查询序列
select SEQ_IMMUNIZATION.nextval from sys.dual;

当前名称:oracel中创建序列
网页网址:http://www.scgaoxian.com/article/jgjgih.html

其他资讯