Database 1527. Patients With a Condition¶ SQL 1 2 3 4 5SELECT * FROM Patients WHERE conditions LIKE 'DIAB1%' OR conditions LIKE '% DIAB1%'; Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by using our feedback form.