Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 9, 2014 02:15
Show Gist options
  • Save sqlparser/10219708 to your computer and use it in GitHub Desktop.
Save sqlparser/10219708 to your computer and use it in GitHub Desktop.
Capitalization function name
SELECT DEPARTMENT_ID,
Min(SALARY)
FROM employees
GROUP BY DEPARTMENT_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment