This file contains 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 [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