Oracle数据库序列

create sequesce seq_name [start with start_num][increment by increment_num][maxvalue maxnum]--创建序列
select * from all_sequences;--读取所有序列
原文地址:https://www.cnblogs.com/suhfj-825/p/12327647.html