work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年10月9日

摘要: 实现Oracle Id自增 1、方法一(Oracle Version Oracle 12c版本支持) create table app_student( id integer generated by default as identity not null primary key, createt 阅读全文

posted @ 2018-10-09 10:42 work hard work smart 阅读(757) 评论(0) 推荐(0) 编辑