Skip to content

Instantly share code, notes, and snippets.

@tistaharahap
Created August 26, 2016 18:47
Show Gist options
  • Save tistaharahap/d62c7b9de26b9b8cca6c2d0f736d2b2f to your computer and use it in GitHub Desktop.
Save tistaharahap/d62c7b9de26b9b8cca6c2d0f736d2b2f to your computer and use it in GitHub Desktop.
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