|
@@ -195,4 +195,5 @@ with a particular number of classes. For example an output
|
|
|
{[5, 1], [4, 2], [1, 5]}
|
|
|
indicates that there are 5 courses with a single class (section), 4 courses
|
|
|
with 2 classes, and 1 course with 5 classes scheduled in the curent term.
|
|
|
-*/
|
|
|
+*/
|
|
|
+select count(*), count(distinct section) from schedule where term = 1185
|