摘要:
sqlserver的@@IDENTITY在oracle中怎样实现?create sequence SEQ1minvalue 1maxvalue 99999999999start with 1increment by 1cache 20;beginselect seq1.nextval into idnum from dual;select seq1.currval into idnum from ... 阅读全文
posted @ 2005-06-22 23:53
eafy.ye
阅读(1026)
评论(1)
推荐(0)

浙公网安备 33010602011771号