I have a transaction table which partly looks like this:
InOut Amount
In 10
In 10
Out 14
I would like to make a query that calculates the difference between incoming
and outgoing money and would only show that difference, in this case 6.
How can I do this? Is this possible to do in one query?
thanks,
john
InOut Amount
In 10
In 10
Out 14
I would like to make a query that calculates the difference between incoming
and outgoing money and would only show that difference, in this case 6.
How can I do this? Is this possible to do in one query?
thanks,
john
Comment