Created
August 26, 2016 18:43
-
-
Save tistaharahap/ba6b28bf9b391b6eaf453b7719df3a36 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; | |
+----+------------+------------+ | |
| 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