Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Created January 30, 2019 10:17
Show Gist options
  • Save aludwiko/785d76a3432e77ee382dca4ad411c254 to your computer and use it in GitHub Desktop.
Save aludwiko/785d76a3432e77ee382dca4ad411c254 to your computer and use it in GitHub Desktop.
INSERT INTO orders (id, status, country) VALUES ( 2, 'added', 'UK');
#flush
INSERT INTO orders (id, status, country) VALUES ( 2, 'verified', 'UK');
#flush
INSERT INTO orders (id, status, country) VALUES ( 2, 'shipped', 'UK');
#flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment