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