llopx

能跟您分享知识,是我的荣幸

oracle related

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}%')

posted on 2011-11-08 00:28  llopx  阅读(140)  评论(0编辑  收藏  举报

导航