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
- plugin
- tomcat
- es6
- react
- vaadin
- SSL
- mapreduce
- MSSQL
- Express
- Python
- JavaScript
- Sqoop
- window
- SPC
- table
- SQL
- IntelliJ
- 보조정렬
- xPlatform
- Android
- Java
- GIT
- hadoop
- Kotlin
- Spring
- Eclipse
- 공정능력
- mybatis
- NPM
- R
Archives
- Today
- Total
반응형
목록2023/11/30 (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
반응형