Skip to content

Instantly share code, notes, and snippets.

@mikehas
Created August 1, 2012 07:24
Show Gist options
  • Save mikehas/3224533 to your computer and use it in GitHub Desktop.
Save mikehas/3224533 to your computer and use it in GitHub Desktop.
Counts the number of active courses in moodle.
select count(*) from mdl_course
where idnumber like '%-<insert_quarter_suffix_here>'
and visible = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment