Skip to content

Commit a29ad9a

Browse files
authored
Remove unnecessary comment
1 parent 655a724 commit a29ad9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Write your MySQL query statement below
2-
31
SELECT class
42
FROM courses
53
GROUP BY class
6-
HAVING COUNT(DISTINCT student) >= 5;
4+
HAVING COUNT(DISTINCT student) >= 5;

0 commit comments

Comments
 (0)