Created
August 29, 2016 12:58
-
-
Save tistaharahap/e385bb3a6c3a2e2936b7f0729bee92c2 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; | |
+----+------------+------------+ | |
| id | first_name | last_name | | |
+----+------------+------------+ | |
| 1 | Batista | Harahap | | |
| 2 | Rinto | Harahap | | |
| 3 | Michael | Jordan | | |
| 4 | Chris | Martin | | |
| 5 | Jordan | Sparks | | |
| 6 | Daniel | Craig | | |
| 7 | David | Hasselhoff | | |
| 8 | Craig | Davids | | |
| 9 | James | Lang | | |
| 10 | Martin | David | | |
+----+------------+------------+ | |
10 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment