修改步長語句code
alter sequence seq_name increment by 100;
再配合獲取當前值語句rem
SELECT seq_name.nextval FROM dual
語句很短,但能夠解決序列的不少問題next