leetcodeSolution to some Leetcode problems written in C++ |
git clone git://git.dimitrijedobrota.com/leetcode.git |
Log | Files | Refs | README | LICENSE |
1527.sql (125B)
0 SELECT patient_id, patient_name, conditions 1 FROM Patients 2 WHERE conditions LIKE 'DIAB1%' OR 3 conditions LIKE '% DIAB1%'