Oracle 序列到最大后,nextval取值是多少
createsequenceseq1startwith100incrementby10maxvalue200cyclenocache;现在seq1已经到最大的200,然后...
create sequence seq1
start with 100
increment by 10
maxvalue 200
cycle
nocache;
现在seq1已经到最大的200, 然后运行select seq1.nextval from dual; 会得多少呢?为啥? 展开
start with 100
increment by 10
maxvalue 200
cycle
nocache;
现在seq1已经到最大的200, 然后运行select seq1.nextval from dual; 会得多少呢?为啥? 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询