"when item1 = item2 then qty1 = quatity2 and result must write in column
result in table2."
any body can help me
statement;
if (item=item) then
result = qty1 - qty2
I has 2 table.
i want to write the result in table 2.
(what declaration database and record table need to write)