We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d63c8 commit e170bbfCopy full SHA for e170bbf
easy/Patients With a Condition.sql
@@ -0,0 +1,3 @@
1
+--1527. Patients With a Condition--
2
+# Write your MySQL query statement below
3
+SELECT * FROM patients WHERE conditions REGEXP '\\bDIAB1'
0 commit comments