Oracle自动增长序号

使用rownum

--修改个人编号
update sys_user t set t.user_no = 17020000+rownum,t.user_work_no = 17020000+rownum where t.user_no is null;

posted @ 2017-03-14 17:24  忧郁香蕉  阅读(2540)  评论(0)    收藏  举报