Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
update
micros.mi_price_def
set
preset_amt_1 = preset_amt_5
where
preset_amt_5 is not null and
preset_amt_5 <> 0 and
mi_seq in (
select m.mi_seq from
micros.mi_def m
join micros.mi_type_class_def c
on m.mi_type_seq = c.mi_type_seq
where c.obj_num in (x, y, z)
);
commit;
update
micros.mi_price_def
set
preset_amt_1 = preset_amt_6
where
preset_amt_6 is not null and
preset_amt_6 <> 0 and
mi_seq in (
select m.mi_seq from
micros.mi_def m
join micros.mi_type_class_def c
on m.mi_type_seq = c.mi_type_seq
where c.obj_num in (x, y, z)
);
commit;