일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 아틀라시안
- JS
- script
- ubuntu
- PostgreSQL
- java
- DB
- Windows
- 자바
- Linux
- 노드
- DATABASE
- 리눅스
- 윈도우
- 스크립트
- 설정
- install
- python
- node
- javascript
- 자바스크립트
- 우분투
- hamonikr
- 3.0
- 파이썬
- 설치
- 데이터베이스
- 하모니카
- Atlassian
- postgres
Archives
- Today
- Total
목록cast (1)
LukeHan 의 잡다한 기술 블로그
ERROR: operator does not exist: bigint = character varying
Hint: No operator matches the given name and argument types. You might need to add explicit type casts. Postgresql 사용 시 위와 같은 에러가 발생 where 조건 대입 시 문제가 있거나 형변환을 잘못 하는 경우 발생하는 문제라고 함. SELECT * FROM tb_luke WHERE area_id = CAST(#{areaId} AS INTEGER) 위와 같이 CAST 를 사용하여 형변환 후 이상 없는 것을 확인 참고 : https://m.blog.naver.com/deersoul6662/221358136753
Database/Postgresql
2024. 2. 24. 20:00