Skip to content

Instantly share code, notes, and snippets.

@farindra
Created May 12, 2019 09:55
Show Gist options
  • Save farindra/97649f9258d935bba2c482e4f2613539 to your computer and use it in GitHub Desktop.
Save farindra/97649f9258d935bba2c482e4f2613539 to your computer and use it in GitHub Desktop.
BE_SQL #1
-- Write only the SQL statement that solves the problem and nothing else.
SELECT count(*) as number FROM students WHERE `firstname` = 'John';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment