I need to group some mysql results AFTER using the 'group by' statement in my SELECT string. Can this be done within the SELECT statement? If not, what would be my best plan to accomplish this?
Anyango
1:46 pm on Dec 5, 2008 (gmt 0)
Nested Query
Use your "having" on the inner query and then group them in the outer query