Skip to content

Instantly share code, notes, and snippets.

@atyahyde
Created January 20, 2019 06:02
Show Gist options
  • Save atyahyde/65b1052457af211be5fe21adffd91306 to your computer and use it in GitHub Desktop.
Save atyahyde/65b1052457af211be5fe21adffd91306 to your computer and use it in GitHub Desktop.
-- Write only the SQL statement that solves the problem and nothing else.
SELECT count(firstname) as total from Students WHERE firstName = "John"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment