Skip to content

Instantly share code, notes, and snippets.

@tistaharahap
Created August 29, 2016 12:58
Show Gist options
  • Save tistaharahap/e385bb3a6c3a2e2936b7f0729bee92c2 to your computer and use it in GitHub Desktop.
Save tistaharahap/e385bb3a6c3a2e2936b7f0729bee92c2 to your computer and use it in GitHub Desktop.
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