序列举例: 利用创建好的Sequencemytest表中添加数据:

insert into mytest values(s.nextval,'a');

查看当前序列的值:

SELECT s.currval FROM dual;