摘要:
select t.*, t.rowid from tbl_type t order by t.id desc Select SEQ_TBL_TYPE_ID.NextVal From Dual; Alter Sequence SEQ_TBL_TYPE_ID Increment By 200; Alter Sequence SEQ_TBL_TYPE_ID Increment By 1; Select... 阅读全文
posted @ 2016-02-22 15:05
Simle
阅读(355)
评论(0)
推荐(0)