Skip to content

Commit eb08f51

Browse files
authored
Update 26-00596-classes-more-than-5-students.sql
1 parent 0eed829 commit eb08f51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
-- group by for count()
12

3+
select class
4+
from Courses
5+
group by 1
6+
having count(distinct student) >= 5
7+
8+
9+
-- no companies listed

0 commit comments

Comments
 (0)