Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created May 1, 2020 22:26
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 kasramp/475c74e39c21116382e66691ac898120 to your computer and use it in GitHub Desktop.
Save kasramp/475c74e39c21116382e66691ac898120 to your computer and use it in GitHub Desktop.
INSERT IGNORE INTO users VALUES(1, "John", "Wick", 45);
INSERT IGNORE INTO users VALUES(1, "Jeo", "Doe", 34);
INSERT IGNORE INTO users VALUES(1, "Mike", "Miller", 20);
INSERT IGNORE INTO users VALUES(1, "Marshall", "Mathers", 48);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment