You are on page 1of 1

update rkpd_r1 set skpd='0';

update rkpd_r1 set skpd='1' where id_unit='5.02.0.00.0.00.01.0000' and


substring(id_rek,1,6) IN('5.1.03','5.1.06','5.3.01','5.4.01','5.4.02');
update rkpd_r1 set skpd='1' where id_unit='5.02.0.00.0.00.01.0000' and
substring(id_rek,1,1)='6';
update rkpd_r1 set skpd='1' where id_unit='5.02.0.00.0.00.01.0000' and
substring(id_rek,1,1)='6';
update rkpd_r1 set skpd='1' where id_unit='5.02.0.00.0.00.01.0000' and
substring(id_rek,1,1)='4';
update rkpd_r1 set skpd='0' where id_unit='5.02.0.00.0.00.01.0000' and
substring(id_rek,1,6)='4.1.01';
update rkpd_r1 set skpd='0' where id_unit='5.02.0.00.0.00.01.0000' and
substring(id_rek,1,6)='4.1.02';

You might also like