Skip to content

Instantly share code, notes, and snippets.

@m0ar
Created February 24, 2015 09:43
Show Gist options
  • Save m0ar/958a63d9e750647c156b to your computer and use it in GitHub Desktop.
Save m0ar/958a63d9e750647c156b to your computer and use it in GitHub Desktop.
CASE WHEN (CoursesToTake > 0
OR MathCredits < 20
OR ResearchCredits < 10
OR SeminarCourses < 1) THEN 'No'
ELSE 'Yes' END AS "MayGraduate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment