S
Stefan Marquardt
Guest
Is there a simple ABL equivalent for this SQL statement: SELECT a,b,c,d,e,f,g,sum(h) from ... group by a,b,c,d,e,f,g I found some aggregate functions in the doc but they are difficult to understand - to be honest.
Continue reading...
Continue reading...