Skip to content

Commit 6c46525

Browse files
committed
Improved tasks 3586, 3617
1 parent fc4f384 commit 6c46525

File tree

2 files changed

+0
-2
lines changed
  • src/main/kotlin
    • g3501_3600/s3586_find_covid_recovery_patients
    • g3601_3700/s3617_find_students_with_study_spiral_pattern

2 files changed

+0
-2
lines changed

src/main/kotlin/g3501_3600/s3586_find_covid_recovery_patients/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ Output table is ordered by recovery\_time in ascending order, and then by patien
111111

112112
```sql
113113
# Write your MySQL query statement below
114-
-- SELECT
115114
SELECT
116115
p.patient_id,
117116
p.patient_name,

src/main/kotlin/g3601_3700/s3617_find_students_with_study_spiral_pattern/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ The result table is ordered by cycle\_length in descending order, then by total\
115115

116116
```sql
117117
# Write your MySQL query statement below
118-
-- WITH studentstudysummary AS (
119118
WITH studentstudysummary AS (
120119
SELECT
121120
student_id,

0 commit comments

Comments
 (0)