Skip to content

Instantly share code, notes, and snippets.

@tistaharahap
Last active August 29, 2016 13:01
Show Gist options
  • Save tistaharahap/01dcd61c9edde5459829729408f86da2 to your computer and use it in GitHub Desktop.
Save tistaharahap/01dcd61c9edde5459829729408f86da2 to your computer and use it in GitHub Desktop.
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