Created
December 13, 2018 00:20
-
-
Save jorgecc/bd77cdc180c427ee06355b99b0346da3 to your computer and use it in GitHub Desktop.
Bad table
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
idinvoice | idcustomer | namecustomer | detail1 | amount1 | unitprice1 | detail2 | amount2 | unitprice | detail3 | amount3 | unitprice3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1 | John | prod1 | 2 | 60 | prod2 | 2 | 5 | prod3 | 2 | 100 | |
2 | 2 | Peter | prod3 | 1 | 200 | prod4 | 3 | 80 | prod5 | 1 | 200 | |
2 | 2 | Anna | prod6 | 2 | 30 | prod2 | 1 | 60 | prod5 | 1 | 400 | |
2 | 2 | Susan | prod4 | 1 | 100 | prod10 | 10 | 100 | prod3 | 20 | 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment