Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 14, 2017 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinite-Joy/7347436c192bbaa0b457ac8f3d94fa2c to your computer and use it in GitHub Desktop.
Save infinite-Joy/7347436c192bbaa0b457ac8f3d94fa2c to your computer and use it in GitHub Desktop.
MariaDB [testing]> select name, billing_type, created_at from transactions limit 3;
+------------------+--------------+------------+
| name | billing_type | created_at |
+------------------+--------------+------------+
| Henry Smith | cash | 2015-05-11 |
| Brandon Williams | debit | 2000-04-14 |
| Natalie Smith | debit | 2007-09-02 |
+------------------+--------------+------------+
3 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment