Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Last active February 15, 2019 12:36
Show Gist options
  • Select an option

  • Save aludwiko/8cb8988788c780926767bc2a6f0703b8 to your computer and use it in GitHub Desktop.

Select an option

Save aludwiko/8cb8988788c780926767bc2a6f0703b8 to your computer and use it in GitHub Desktop.
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