일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- spring 오류
- 엑셀
- 도커
- 한글 깨짐
- 엘라스틱서치
- 자바스크립트
- elasticsearch
- Excel
- spring form
- JavaScript
- Eclipse
- 데이터베이스
- 이클립스
- CSS
- HTML
- jQuery
- 이클립스 설정
- 쿼리
- Java
- eclipse 설정
- 형변환
- 에러
- 자바 리스트
- JSP
- java 오류
- tomcat
- db
- 인텔리제이
- 자바
- docker
Archives
- Today
- Total
목록MySQL sql_mode (1)
개발노트
[MySQL]this is incompatible with sql_mode=only_full_group_by
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'DB명.테이블 별칭.컬럼명' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [원인]이 오류는 MySQL의 ONLY_FULL_GROUP_BY 모드와 관련이 있다...
Error/Database
2024. 5. 30. 13:28