test sql

Python code posted
created at 30 Aug 19:49, updated at 31 Aug 09:07

Edit | Back
1
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 3 ms with coderay