본문 바로가기
SQL

leetcode 1527. Patients With a Condition

by 무적김두칠 2022. 7. 18.

1
2
3
4
5
6
# Write your MySQL query statement below
select patient_id, patient_name, conditions
from Patients
where 
conditions like 'DIAB1%' or
conditions like '% DIAB1%'
cs
반응형

'SQL' 카테고리의 다른 글

leetcode 1084. Sales Analysis III  (0) 2022.07.18
leetcode 607. Sales Person  (0) 2022.07.18
leetcode 1729. Find Followers Count  (0) 2022.07.18
leetcode 1141. User Activity for the Past 30 Days I  (0) 2022.04.02
leetcode 178. Rank Scores  (0) 2022.04.02

댓글