test sql
Python code posted by
created at 30 Aug 17:49, updated at 31 Aug 07:07
Edit | Back1 2 3 4 5 6 7 8 9 |
update ps_tl_payable_time set payable_status='PD', payroll_req_num=1, lbr_dist_amt=est_gross, diluted_gross=est_gross, currency_cd2='CAD', pay_system='NA', frozen_sw='Y' where /* attach where clause from select statement here */ |
238 Bytes in 2 ms with coderay

