Skip to content

Instantly share code, notes, and snippets.

@MinaMal
Created February 26, 2020 13: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 MinaMal/e3db6b713c6abfb70a8c0144121ae3a1 to your computer and use it in GitHub Desktop.
Save MinaMal/e3db6b713c6abfb70a8c0144121ae3a1 to your computer and use it in GitHub Desktop.
SQL INSERT INTO
INSERT INTO t2 (ID, Pattern)
VALUES ('A', 'Brick'), ('B', 'Grid'), ('C', 'Diamond');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment