[MySQL] 오류 1055 : ONLY_FULL_GROUP_BY : GROUP BY 해결 방법
MySQL에서 GROUP BY 를 사용하다보면 종종 다음과 같은 에러와 마주할 수 있다 ERROR 1055 (42000): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'DATABASE.TABLE.COLUMN' 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..