우당탕탕 좌충우돌 개발일기
PSQLException: The column index is out of range: 5, number of columns: 4 에러 해결 본문
Programming/삽질기록
PSQLException: The column index is out of range: 5, number of columns: 4 에러 해결
성동구불주먹 2023. 7. 28. 17:24현상
PSQLException: The column index is out of range: 5, number of columns: 4
해결
postgre sql 쿼리문에 offset이랑 limit을 추가했는데 이런 에러가 발생해서 끙끙대다가
쿼리문 중 주석처리한걸 삭제했더니 해결됨
반응형
'Programming > 삽질기록' 카테고리의 다른 글
[object Object] 출력하기 (0) | 2024.10.23 |
---|---|
Apexchart 데이터 0일때 차트에 나타내기/감추기(chart show/hide) (2) | 2024.10.17 |
스프링부트 SecureRandom 예제 (0) | 2023.11.20 |
[Git] Another git process seems to be running in this repository : 에러해결 (0) | 2023.08.11 |
인텔리제이에서 Git Branch 생성(브랜치 생성) (0) | 2023.07.28 |