Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Created May 20, 2019 01:17
Show Gist options
  • Save ArCiGo/ce6af430c01261a6598770810189b586 to your computer and use it in GitHub Desktop.
Save ArCiGo/ce6af430c01261a6598770810189b586 to your computer and use it in GitHub Desktop.
SELECT DISTINCT "column_name"
FROM "table_name"
/** With aggregate functions **/
SELECT COUNT(DISTINCT "column_name")
FROM "table_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment