Skip to content

Instantly share code, notes, and snippets.

@atyrachma
Last active January 18, 2019 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atyrachma/0a9da5849c0d930141d3e34d66d49a8a to your computer and use it in GitHub Desktop.
Save atyrachma/0a9da5849c0d930141d3e34d66d49a8a to your computer and use it in GitHub Desktop.
JDS-Students-aty
SELECT COUNT(firstName)
FROM students
WHERE firstName = "John";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment