Skip to content

Instantly share code, notes, and snippets.

@kyogesh
Created July 22, 2015 07:57
Show Gist options
  • Save kyogesh/cd7e483ca7d2c0988001 to your computer and use it in GitHub Desktop.
Save kyogesh/cd7e483ca7d2c0988001 to your computer and use it in GitHub Desktop.
total term registered test
workbooks=# select count(term_id) from student_course_term where student_id='213210964' group by term_id;
count
-------
1
1
2
2
2
1
2
2
2
2
(10 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment