Преглед изворни кода

last one actually feels better than most tbh

tarfeef101 пре 7 година
родитељ
комит
4aeb5a90e7
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      a2/a2.sql

+ 2 - 1
a2/a2.sql

@@ -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