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
- 셀렉트박스 커스텀
- angular animation
- angular modal
- formgroup
- angular button
- ajax 사용 예시
- Angular Router
- Router
- 스크롤 이벤트
- scroll
- TAILWIND
- angular route
- modal
- 앵귤러 모달
- 옵저버블
- 호버
- ApexChart
- summary
- 앵귤러 애니메이션
- egov spring ajax 사용 예시
- 스크롤 이벤트 감지
- 아이오닉 스크롤 이벤트
- Oracle LISTAGG 사용 예시
- 검색
- route
- prisma
- Ionic modal
- flex-1
- 모달
- mysql if
Archives
- Today
- Total
목록UPPER LOWER 예시 (1)
깜놀하는 해므찌로
MyBatis MariaDB MySQL 검색 SQL 문 / 검색 SELECT 문 예시 / UPPER LOWER
AND (UPPER(AUTH_CODE) LIKE CONCAT('%',UPPER(#{searchKeyword}),'%') OR UPPER(AUTH_CODE_NM) like CONCAT('%',UPPER(#{searchKeyword}),'%')) AND UPPER(AUTH_CODE) LIKE CONCAT('%',UPPER(#{searchKeyword}),'%') AND UPPER(AUTH_CODE_NM) LIKE CONCAT('%',UPPER(#{searchKeyword}),'%') 1. 대소문자 구분 없이 검색을 하기 위해 검색어 및 검색 대상 UPPER 함수 처리 2. 전체 (제목 + 내용) / 제목 / 내용 구분
IT
2022. 7. 12. 09:24