Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

select * from inv_item

where cx_cia=16-- and cx_item =1

update inv_item
set vxinven_item=round((1.524/1.12),6),
vxvent2_item=round((1.524/1.12),6)
where cx_cia=16 and cx_item =1

update inv_item
set vxinven_item=round((2.090/1.12),6),
vxvent2_item=round((2.090/1.12),6)
where cx_cia=16 and cx_item =2

update inv_item
set vxinven_item=round((3.199/1.12),6),
vxvent2_item=round((3.199/1.12),6)
where cx_cia=16 and cx_item =3

You might also like