Hi,
I need help with the sum function. I have this query which works just the way I want:
Code:
SELECT SUM (SPLIT) FROM CC_SPLIT WHERE COMPANY = 'XXX' AND ACCOUNT ='YYY'
However I would like to do this for all the companies and accounts at the same time rather than needed to write one by one, is this possible?
Thanks in advance