-
1527. Patients With a Condition mysqlLeetCode_Study_Plan/SQL 2022. 9. 27. 12:51
https://leetcode.com/problems/patients-with-a-condition/?envType=study-plan&id=sql-i
select * from Patients where conditions like 'DIAB1%' or conditions like '% DIAB1%';
'LeetCode_Study_Plan > SQL' 카테고리의 다른 글
1795. Rearrange Products Table mysql (0) 2022.09.29 1965. Employees With Missing Information mysql (0) 2022.09.29 1484. Group Sold Products By The Date mysql (0) 2022.09.27 1667. Fix Names in a Table oracle (0) 2022.09.27 196. Delete Duplicate Emails mysql (0) 2022.09.26