select * from 0p4_item where item_code='LIO-EP-SN';
update 0p4_item set item_code='LIO-EP SN-MIX',art_no='EP SN-MIX' 
where item_code='LIO-EP-SN';

select * from 0p4_item where item_code='LIO-EP-RL';
update 0p4_item set item_code='LIO-EP RL-05',art_no='EP Rl-05' 
where item_code='LIO-EP-RL';

select * from 0p4_item where item_code='LIO-ER-M01';
update 0p4_item set item_code='LIO-ER M01',art_no='ER M01' 
where item_code='LIO-ER-M01';

select * from 0p4_item where item_code='LIO-EP-RP';
update 0p4_item set item_code='LIO-EP RP-10',art_no='EP RP-10' 
where item_code='LIO-EP-RP';

select * from 0p4_item where item_code='LIO-EP-CP1';
update 0p4_item set item_code='LIO-EP CP1',art_no='EP CP1' 
where item_code='LIO-EP-CP1';


select * from 0p4_item where item_code='LIO-CP-10';
update 0p4_item set item_code='LIO-CP 10',art_no='CP 10' 
where item_code='LIO-CP-10';

select * from 0p4_item where item_code='LIO-EP-CL 100';
update 0p4_item set item_code='LIO-EP CL100',art_no='EP CL100' 
where item_code='LIO-EP-CL 100';

select * from 0p4_item where item_code='LIO-EP-CL 150';
update 0p4_item set item_code='LIO-EP CL150',art_no='EP CL150' 
where item_code='LIO-EP-CL 150';

select * from 0p4_item where item_code='UNI-M5 450DS 05-LGM';
update 0p4_item set item_code='UNI-M5 650DS 05-LGM',art_no='M5 650DS 05-LGM' 
where item_code='UNI-M5 450DS 05-LGM';

select * from 0p4_item where item_code='UNI-M5 450DS 05-MK';
update 0p4_item set item_code='UNI-M5 650DS 05-MK',art_no='M5 650DS 05-MK' 
where item_code='UNI-M5 450DS 05-MK';

select * from 0p4_item where item_code='UNI-M5 450DS 05-TS';
update 0p4_item set item_code='UNI-M5 650DS 05-TS',art_no='M5 650DS 05-TS' 
where item_code='UNI-M5 450DS 05-TS';