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
반응형
'개발 > sql' 카테고리의 다른 글
<![CDATA[..... ]]> (0) | 2022.10.18 |
---|---|
DuplicateKey 오류 시퀀스(sequence) (0) | 2022.10.07 |
DB컬럼 추가 및 COMMENT 변경 (0) | 2022.06.17 |
[PostgreSQL] COALESCE (0) | 2021.05.26 |
PL/SQL Developer Export Query Results 한글깨짐 해결방법 (0) | 2021.01.25 |
댓글