Last active
August 29, 2016 13:01
-
-
Save tistaharahap/01dcd61c9edde5459829729408f86da2 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 names WHERE first_name = 'Martin' AND last_name = 'David'; | |
+----+------------+-----------+ | |
| id | first_name | last_name | | |
+----+------------+-----------+ | |
| 10 | Martin | David | | |
+----+------------+-----------+ | |
1 row in set (0.01 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment