Skip to content

Commit ff18c70

Browse files
committed
[1527] [Time Beats: undefined] - LeetPush
1 parent b9ed652 commit ff18c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1527-Patients-With-a-Condition.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SELECT *
2+
FROM Patients
3+
WHERE conditions LIKE "DIAB1%" OR conditions LIKE "% DIAB1%"

0 commit comments

Comments
 (0)