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