-
Notifications
You must be signed in to change notification settings - Fork 4
LeetCode #39
LeetCode
#39
-
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
iamAntimPal
Mar 22, 2025
/* Write your PL/SQL query statement below */
SELECT patient_id, patient_name, conditions
FROM Patients
WHERE conditions LIKE 'DIAB1%' OR conditions LIKE '% DIAB1%'
Replies: 1 comment
-
/* Write your PL/SQL query statement below */
SELECT patient_id, patient_name, conditions
FROM Patients
WHERE conditions LIKE 'DIAB1%' OR conditions LIKE '% DIAB1%'
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
Antim-IWP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment