
참고 링크 : https://velog.io/@devjooj/MySQL-EP-1.-GROUP-BY [MySQL] GROUP BY 왜 안 되는거야? 갑자기 잘 작동하던 프로시저가 sql_mode 활성화 후 error가 났다. 왜 갑자기?! velog.io 입사 후 처음 DB관련 작업을 하다가 GROUP BY 함수를 쓰는데 처음보는 에러가 떠서 찾아보다가 잘 정리된 글이 있어서 업로드 Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column '컬럼명' which is not functionally dependent on columns in GROUP BY clause; this is incompatible ..