티스토리 뷰
형변환문제
mysql에서는 숫자를 형변환하지 않아도 자동으로 문자열을 숫자로 바꿔서 연산을 해줌
postgresql에서는 형변환을 해줘야함
/*postgresql*/
<selectKey resultType = "String" keyProperty="cvlcpt_unq_no" order="BEFORE">
select COALESCE(max(CAST(cvlcpt_unq_no as INTEGER)),0)+1 from gms_minwon_tb
</selectKey>
/*mysql*/
<selectKey resultType = "String" keyProperty="seq" order="BEFORE">
select COALESCE(max(seq),0)+1 from bus_mng
</selectKey>
추가
mysql은 AUTO_INCREMENT 자동증가 시퀀스 안됨
벗, 나는 select key 이용해서 구현해 상관은 없었음
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 부하측정
- Centos7에서 Postgresql12 설치
- 폐쇄망에서rpm설치
- setForceFormulaRecalculation
- 인터넷안되는환경에서설치
- 엑셀POI
- jdbcType
- Postgresql12
- mybatisif
- svn프로젝트불러오기
- 리눅스폐쇄망
- yumrepository
- getCell
- yumdownloader
- Postgis
- 공간데이터
- createRow
- shp2pgsql
- Geoserver
- 폐쇄망에서패키지설치
- CreateCell
- apachepoi
- su postgres 안됨
- postgis 설치
- OpenLayers
- getRow
- Some resources were not updated.
- 공간데이터병합
- 리눅스
- SVN
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함