Skip to content

Commit e170bbf

Browse files
authored
Create Patients With a Condition.sql
1 parent 76d63c8 commit e170bbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

easy/Patients With a Condition.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)