Skip to content

Instantly share code, notes, and snippets.

@ahikmatf
Created May 16, 2019 07:09
Show Gist options
  • Save ahikmatf/f25a3f56a7c7bb3d99cd52d855af917f to your computer and use it in GitHub Desktop.
Save ahikmatf/f25a3f56a7c7bb3d99cd52d855af917f to your computer and use it in GitHub Desktop.
-- Write only the SQL statement that solves the problem and nothing else.
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