摘要: 原文地址 http://blog.itpub.net/24099965/viewspace-1116923/ 1、创建、删除 create sequence seq_newsId increment by 1 start with 1 maxvalue 999999999; 得到序列的SQL语句 s 阅读全文
posted @ 2018-04-20 18:07 冬天不眠 阅读(2982) 评论(0) 推荐(0)