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