Skip to content

Instantly share code, notes, and snippets.

@aludwiko
Created January 30, 2019 10:14
Show Gist options
  • Select an option

  • Save aludwiko/57b2967d4abc306da14d3e022f5375aa to your computer and use it in GitHub Desktop.

Select an option

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