Tags
- drf
- outer join
- migrations
- Article & User
- distinct
- 이진트리
- stack
- 통계학
- regexp
- 백트래킹
- 쟝고
- delete
- 뷰
- Queue
- ORM
- 트리
- Tree
- create
- 완전검색
- 그리디
- Vue
- Django
- SQL
- count
- M:N
- DB
- 스택
- update
- N:1
- 큐
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Notice
Recent Posts
Link
데이터 분석 기술 블로그
Patients With a Condition _ Easy. LeetCode 본문


SELECT patient_id,patient_name,conditions from Patients
WHERE conditions LIKE 'DIAB1%' OR conditions LIKE '% DIAB1%' ;
생각해 보면 쉬운 문제인데 LIKE를 생각해내지 못했다.
'SQL > 문제풀이' 카테고리의 다른 글
| Delete Duplicate Emails _ Easy. LeetCode (0) | 2025.01.11 |
|---|---|
| Group Sold Products By The Date _ Medium. LeetCode (0) | 2025.01.10 |
| Find Users With Valid E-Mails _ Easy. LeetCode (0) | 2025.01.09 |
| Last Person to Fit in the Bus _ Medium. LeetCode (0) | 2025.01.08 |
| Confirmation Rate _ Medium. LeetCode (0) | 2025.01.07 |