리트코드(LeetCode) SQL - 1527. Patients With a Condition
2023. 1. 6. 15:56ㆍ코딩테스트/리트코드(LeetCode) - SQL Study Plan
select patient_id,patient_name,conditions
from Patients
where conditions like "DIAB1%" or
conditions like "% DIAB1%"
728x90
'코딩테스트 > 리트코드(LeetCode) - SQL Study Plan' 카테고리의 다른 글
리트코드(LeetCode) SQL 문제풀이 - 1795. Rearrange Products Table (0) | 2023.01.22 |
---|---|
리트코드(LeetCode) SQL 문제풀이 - 1965. Employees With Missing Information (0) | 2023.01.22 |
리트코드(LeetCode) SQL - 1484. Group Sold Products By The Date (1) | 2023.01.05 |
리트코드(LeetCode) SQL - 1667. Fix Names in a Table (0) | 2023.01.05 |
리트코드(LeetCode) SQL - 196. Delete Duplicate Emails (0) | 2023.01.05 |