ONLY_FULL_GROUP_BY
This page is part of MariaDB's Documentation.
The parent of this page is: SQL Modes
Topics on this page:
Overview
This mode disallows columns to be selected in SELECT ... GROUP BY
statements, unless the column is in the GROUP BY
clause or the column is provided to an aggregate function, such as the COUNT() function.