MySQL> 5.7.5
違法なクエリです。
次のようなエラーが表示されます:
ERROR 1055 (42000): Expression #1 of SELECT list is not in
GROUP BY clause and contains nonaggregated column 'a'
which is not functionally dependent on columns in
GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
詳細については、 https://dev.mysqlをご覧ください。 com / doc / refman / 5.7 / en / group-by-handling.html
MySQL <5.7.5
短い答え:これは有効なクエリですが、サーバーは任意の値を自由に返すことができます
これを読む
したがって、その値がどうなるかを決定する方法はありません(そのグループにさらに値がある場合)