일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바
- Windows
- 하모니카
- 우분투
- 스크립트
- hamonikr
- postgres
- 아틀라시안
- 설정
- Linux
- ubuntu
- install
- Atlassian
- PostgreSQL
- java
- DB
- 파이썬
- 설치
- 노드
- script
- JS
- javascript
- DATABASE
- 데이터베이스
- 윈도우
- 자바스크립트
- 리눅스
- node
- 3.0
- python
Archives
- Today
- Total
목록2024/02/24 (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