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 | 31 |
Tags
- plugin
- Eclipse
- Python
- 공정능력
- SPC
- MSSQL
- es6
- Express
- SSL
- Spring
- JavaScript
- 보조정렬
- hadoop
- xPlatform
- R
- vaadin
- IntelliJ
- Java
- NPM
- mybatis
- GIT
- SQL
- table
- Sqoop
- Android
- Kotlin
- window
- react
- tomcat
- mapreduce
Archives
- Today
- Total
728x90
목록like (1)
DBILITY
mybatis foreach multiple like
갑자기 필요해서 해봤다. paramter로 array를 사용함. 과목명과 교육목표에 특정 키워드들이 들어 갔는지 조회하는 부분에 사용... B.SUBJECT_NAME LIKE '%${item}%' OR C.EDUC_GOAL LIKE '%${item}%' OR B.SUBJECT_NAME LIKE '%${item}%' OR C.EDUC_GOAL LIKE '%${item}%' 하고 보니 static... B.SUBJECT_NAME LIKE '%#'+#{item}+'%' OR C.EDUC_GOAL LIKE '%#'+#{item}+'%' OR B.SUBJECT_NAME LIKE '%'+#{item}+'%' OR C.EDUC_GOAL LIKE '%'+#{item}+'%'
java/mybatis
2023. 11. 30. 18:36
728x90