Last active
February 15, 2019 12:36
-
-
Save aludwiko/8cb8988788c780926767bc2a6f0703b8 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 ( 3, 'added', 'IT'); | |
| #flush | |
| INSERT INTO orders (id, status, country) VALUES ( 3, 'added', 'IT'); | |
| #flush | |
| INSERT INTO orders (id, status, country) VALUES ( 3, 'added', 'IT'); | |
| #flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment