Created
May 16, 2019 06:41
-
-
Save edyulianto/f12515670697fdac768adb563acec704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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