We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eed829 commit eb08f51Copy full SHA for eb08f51
26-00596-classes-more-than-5-students.sql
@@ -1 +1,9 @@
1
+-- group by for count()
2
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