Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- RADIO
- 스크립트
- HTML5
- 네이버스마트 에디터
- JSTL
- java
- json
- maven
- php
- 호환성
- Oracle
- @RequestBody
- MYSQL
- null
- 문자열
- switch
- spring form tag
- 웹 플랫폼 설치 관리자
- exception
- 이클립스
- 날짜
- SSL
- jquery
- 한글
- html
- DB
- 전자정부 표준프레임워크
- 오라클
- checbox
- 톰캣
Archives
- Today
- Total
개인적인 정리
mysql ibatis like 검색 본문
1. mysql (mysql ibatis like 검색_
$searchCondition$ like CONCAT('%',#searchKeyword#,'%')
2. oracle (oracle ibatis like 검색)
$searchCondition$ LIKE '%'||#searchKeyword#||'%'
'DB > MYSQL-IBATIS' 카테고리의 다른 글
[MySQL] SELECT list is not in GROUP BY clause and contains nonaggregated column '테이블명.필드명' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (0) | 2021.07.14 |
---|---|
GROUP_CONCAT (0) | 2018.12.27 |
mysqldump: Couldn't find table: (0) | 2018.04.30 |
mysql 백업 및 복구 (0) | 2018.02.18 |
LIKE 사용법 (0) | 2016.08.23 |
Comments