摘要: -- Create sequence create sequence USERINFO_SEQUENCEminvalue 1maxvalue 9999999999999999999start with 1increment by 1cache 40;-- Create sequence create 阅读全文
posted @ 2017-08-13 15:00 xu_shuyi 阅读(284) 评论(0) 推荐(0)