Created
August 26, 2016 18:47
-
-
Save tistaharahap/d62c7b9de26b9b8cca6c2d0f736d2b2f 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
MariaDB [fun]> SELECT * FROM users WHERE last_name = 'Harahap'; | |
+----+------------+-----------+ | |
| id | first_name | last_name | | |
+----+------------+-----------+ | |
| 1 | Batista | Harahap | | |
| 2 | Rinto | Harahap | | |
+----+------------+-----------+ | |
2 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment