Published 2022. 9. 5. 04:28
Error 1136(21501) : Colum count doesn't match value count at row 1

첫 번째 줄에서 열의 수와 값의 수가 일치하지 않다.

 

 

2022-09-04 18:42:55.090 ERROR 27416 --- [nio-8080-exec-5] o.h.engine.jdbc.spi.SqlExceptionHelper   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

SQL 문법에러 MySQL에 해당하는 서버 버젼 메뉴얼을 확인한 뒤 올바른 문법을 line 1 ' ' 주변에 사용

대부분 line 1 부분에 작은 따옴표 ('') 를 닫지 않거나, 짝수가 아니어서 나는 에러이다.

java.lang.Exception: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute statement

 

'MYSQL > 오류' 카테고리의 다른 글

RuntimeError  (0) 2022.03.01
복사했습니다!