to_timestamp replace 函数 日期格式化函数

select a.*,rowid from online_fill_item  a where a.create_date between  to_timestamp('2016-1-24 1:00:00 000000','yyyy-MM-dd HH24:mi:ss:ff9') and to_timestamp('2016-1-28 12:59:59 999999','yyyy-MM-dd HH24:mi:ss:ff9');

 

update fm_sys_resource a set a.resource_id = replace(resource_id,'PortCreditMgtRecordPage','PortCreditMgtReportPage') where a.resource_id like '%PortCreditMgtRecordPage%';

你可能感兴趣的:(to_timestamp replace 函数 日期格式化函数)