Hacker News new | ask | show | jobs
by HarrisonFisk 4888 days ago
You quote version 3.23, yet talk about subqueries which didn't get added until version 4.1.

ONLY_FULL_GROUP_BY was added in 4.0 but only applied to select list columns, the 5.0.23 mentioned above applies to the HAVING clause list not allowing them as well:

http://dev.mysql.com/doc/refman/4.1/en/server-sql-mode.html#...

1 comments

the point is, it's outrageous MySQL even does GROUP BY this way and that doing it the "correct" way is not even the default.