set pagesize 100;

update t204_tb_dtbill
set f_fypd = '200601'
where f_fypd = '200602'
;
 
update t204_tb_dtfree
set f_fypd = '200601'
where f_fypd = '200602'
;
 
exit;
