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