728x90
반응형
SQL에서 foreach문을 쓰다보면 다음과 같은문제가 발생하기도 한다.
operator does not exist: character varying = bigint
Hint: No operator matches the given name and argument types. You might need to add explicit type cast
| 해결방법
foreach문의 파라미터가 따옴표가 빠진채로 들어가니 |'| 를 앞뒤로 넣어줘 String형태로 맞춰주면 해결된다.
728x90
반응형
'IT > 개발' 카테고리의 다른 글
이클립스 원하는 라인으로 이동하는 방법 (0) | 2022.09.19 |
---|---|
무료 에디터 summernote (0) | 2022.08.01 |
java.io.IOException: Broken pipe 원인, 해결방법 (0) | 2022.07.13 |
java.io.IOException: Broken pipe 원인, 해결방법 (0) | 2022.07.08 |
[javascript]select box 특정 옵션값 제거 (0) | 2022.06.29 |
댓글