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

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...