G
Guest
Dear all,
How do I "translate" this MySQL query into Access query:
--------------------------------------------------------
select a.ttl_qty - b.ttl_qty from
(select sum(qty) ttl_qty from money where type="I") a,
(select sum(qty) ttl_qty from money where type="O") b
Thanks.
How do I "translate" this MySQL query into Access query:
--------------------------------------------------------
select a.ttl_qty - b.ttl_qty from
(select sum(qty) ttl_qty from money where type="I") a,
(select sum(qty) ttl_qty from money where type="O") b
Thanks.