hi,
i have two tables table1 (production) and table2 (sales)
table1:
product quantity
A 10
B 15
C 10
table2:
product quantity
A 10
B 10
i want to compare these two tables and get the result:
product quantity
B 5
C 10
this result would represent inventory (production minus sales)
can it be done in one query, please?
i have two tables table1 (production) and table2 (sales)
table1:
product quantity
A 10
B 15
C 10
table2:
product quantity
A 10
B 10
i want to compare these two tables and get the result:
product quantity
B 5
C 10
this result would represent inventory (production minus sales)
can it be done in one query, please?