insert: 

insert into COURSE_CATEGORY (CATEGORY_ID,LABEL,UPD_DATE,USER_ID) values (:CATEGORY_ID,:LABEL,:UPD_DATE,:USER_ID)

 

clone: 

insert into course(course_id,category_id,type_id) 

select  PER_SYSTEM.COURSE_ID_SEQUENCE.NEXTVAL,c.category_id from course c  where c.course_id = '{0}'

 

query:

select resource_id,surname,first_name from IRIS_RESOURCE_EMPLOYMENT_V@agrprod where sysdate between employment_from and employment_to and (nls_LOWER(surname) LIKE '%{0}%' or nls_LOWER(first_name) LIKE '%{1}%')

相关文章:

  • 2021-11-13
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-07-18
  • 2021-07-12
猜你喜欢
  • 2021-11-24
  • 2021-10-10
  • 2021-06-17
  • 2021-10-19
  • 2022-12-23
  • 2021-10-13
  • 2021-12-23
相关资源
相似解决方案