摘要:
--创建自增方法--DROP SEQUENCE EBSIG_LECAKE.A_REGION_ID_SEQ;CREATE SEQUENCE EBSIG_LECAKE.A_REGION_ID_SEQ START WITH 21 MAXVALUE 999999999999999999999999 MINVALUE 1 NOCYCLE CACHE 20 NOORDER; --添加触发器create or replace trigger WM_StorageType_trigger before insert on WM_StorageTypefor each row begin sele... 阅读全文
posted @ 2013-07-09 11:31
维护宇宙和平
阅读(141)
评论(0)
推荐(0)