Created
January 30, 2019 10:14
-
-
Save aludwiko/57b2967d4abc306da14d3e022f5375aa to your computer and use it in GitHub Desktop.
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
| INSERT INTO orders (id, status, country) VALUES ( 1, 'added', 'PL'); | |
| INSERT INTO orders (id, status, country) VALUES ( 1, 'verified', 'PL'); | |
| INSERT INTO orders (id, status, country) VALUES ( 1, 'shipped', 'PL'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment