Is it possible to GROUP BY more than one column in a MySQL SELECT query? For example:
GROUP BY
SELECT
GROUP BY fV.tier_id AND 'f.form_template_id'
GROUP BY col1, col2, col3
1.4m articles
1.4m replys
5 comments
57.0k users