摘要: 序列 //查询当前用户序列 select * from user_sequences //查询所有序列 select * from all_sequences; //创建序列 语法:create sequence 表名_sequence increment by 1 start with 1 nom 阅读全文
posted @ 2016-11-17 21:40 21heshang 阅读(370) 评论(0) 推荐(0)