`
lzq478809869
  • 浏览: 1231 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论
文章列表
create or replace trigger S_INTERVIEW_ID before   insert   on   INTERVIEW_INFO referencing   old   as   old   new   as   new   for   each   row begin new.INTERVIEW_ID=S_INTERVIEW_ID.nextval; end;         sql                 .append("insert into INTERVIEW_INFO ( INTERVIEW_ID,INTERVIEWEE_NAME, ...
Global site tag (gtag.js) - Google Analytics