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을 추가했는데 이런 에러가 발생해서 끙끙대다가
쿼리문 중 주석처리한걸 삭제했더니 해결됨
반응형