oracle 實現自增 建立、刪除觸發器 序列

select * from YLXZ_PERSON insert into YLXZ_PERSON(name) VALUES('噓噓') DELETE from YLXZ_PERSON where name ='噓噓' update YLXZ_PERSON set id=NULLdate //建立序列select CREATE SEQUENCE PERSON_sequence INCREMENT
相關文章
相關標籤/搜索