Viewing post 1 (of 2 total)
I managed to come up with a solution to my own problem. I'll post it anyhow, maibe somebody else could use it:
SELECT a.Payer_ID, Count(a.Transaction_type) AS Volume, Sum(a.Amount) AS Value,...
April 21, 2011 at 7:54 am
#1314526