Thursday, February 23, 2017

id & date wise update


1015 1/29/2017 4:26:55 PM 0006013149
1015 1/29/2017 4:39:02 PM 0006013149
1017 1/29/2017 9:56:31 AM 0002566302
1017 1/29/2017 10:28:42 AM 0002566302
update at_proc_mast a set in_time = (select min(TO_CHAR(To_Date(IN_TIME,'HH24:MI:SS'),'HH24MISS')) from access_log b
a.emp_id=b.emp_id and b.at_dt=a.at_dt
)
where at_dt='29-jan-17'

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...