Closed
Description
Just had a situation where I was performing SUM on a statement grouped by week and getting back 52 results from MySQL as expected. When running the same thing through a QueryBuilder->sum() function it only returns the first value.
I'd guess it would either want to ignore the group by and SUM the whole lot but it's only returning the SUM for the first week, so it's still using the group by but not returning all results.
Metadata
Metadata
Assignees
Labels
No labels