일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- db
- 한글 깨짐
- JavaScript
- Excel
- 이클립스 설정
- jQuery
- 자바
- 자바스크립트
- HTML
- 엑셀
- Eclipse
- 쿼리
- 데이터베이스
- vscode
- spring form
- JSP
- spring 오류
- java 오류
- elasticsearch
- 엘라스틱서치
- docker
- 인텔리제이
- 자바 리스트
- 형변환
- Java
- tomcat
- 도커
- eclipse 설정
- 이클립스
- CSS
Archives
- Today
- Total
목록sql모드 (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