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 9f93d93 commit 8ce7ba2Copy full SHA for 8ce7ba2
MySQL/patients-with-a-condition.sql
@@ -0,0 +1,6 @@
1
+# Time: O(n)
2
+# Space: O(n)
3
+
4
+SELECT *
5
+FROM Patients AS p
6
+WHERE p.conditions REGEXP '^DIAB1| DIAB1';
0 commit comments