Mar 08 2010
∞
SQL GROUP BY
A valuable resource for correctly using the GROUP BY syntax of SQL. Rather than trying to combine multiple columns in one select, use an inner join to “sub”-select data, and join it back in. I found this invaluable.