10 2021 档案

摘要:1、指定主键,如id,后面new.id中id就是主键,如果主键为userid,那么就得改为new.userid 2、创建序列 create sequence xx_CALENDAR_ID minvalue 1 nomaxvalue increment by 1 start with 1 nocach 阅读全文
posted @ 2021-10-28 15:13 关键步就几步 阅读(298) 评论(0) 推荐(0)