Skip to content

Instantly share code, notes, and snippets.

@edyulianto
Created May 16, 2019 06:41
Show Gist options
  • Select an option

  • Save edyulianto/f12515670697fdac768adb563acec704 to your computer and use it in GitHub Desktop.

Select an option

Save edyulianto/f12515670697fdac768adb563acec704 to your computer and use it in GitHub Desktop.
SELECT count(*) 'Number Of Students' //Count data result
FROM students
WHERE firstname = 'John' //Filter by name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment