Last active
April 1, 2019 13:18
-
-
Save dimitrisdovinos/f25e2938912301725d982ad15a9d6bbf to your computer and use it in GitHub Desktop.
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
copy t_data(customer, item_name, total_spent, item_qty )from stdin DELIMITER ','; | |
Elton John, pasta, 2.5, 2 | |
Jimmy Page, soup, 1.99, 1 | |
Billy Joel, beer, 3.5, 6 | |
\. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment