Skip to content

Commit

Permalink
Time: 295 ms (99.31%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 7, 2024
1 parent d0ee32a commit 9fe75fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT class FROM Courses GROUP BY class HAVING COUNT(student) > 4;

0 comments on commit 9fe75fa

Please sign in to comment.