摘要: 使用序列生成ID create sequence SEQ_SPBBL(序列名称) minvalue 1 maxvalue 9999999999999999999999999999 start with 1 increment by 1 cache 10; create or replace trig 阅读全文
posted @ 2018-10-17 13:37 高木子 阅读(350) 评论(0) 推荐(0) 编辑