Created
February 26, 2020 13:46
-
-
Save MinaMal/e3db6b713c6abfb70a8c0144121ae3a1 to your computer and use it in GitHub Desktop.
SQL INSERT INTO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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