HTMLify
LeetCode - Patients With a Condition - MySQL
Views: 360 | Author: abh
# Write your MySQL query statement below
SELECT * FROM patients
WHERE conditions LIKE '% DIAB1%' or conditions LIKE 'DIAB1%' ;
Comments

weldone @abh
Reply(Mention)