Skip to content

Instantly share code, notes, and snippets.

@tlkshadow
Created February 8, 2020 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlkshadow/1a19d43a77681f520a59a163423420f6 to your computer and use it in GitHub Desktop.
Save tlkshadow/1a19d43a77681f520a59a163423420f6 to your computer and use it in GitHub Desktop.
SET autocommit=0;
INSERT INTO products (name, status) VALUES
('Product 1', 'live'),
...
('Product 10', 'live');
COMMIT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment