Created
March 15, 2020 05:47
-
-
Save MinaMal/2eb396a1944e83660c535ff76e65cdac to your computer and use it in GitHub Desktop.
INSERT INTO Example
This file contains hidden or 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 t1 VALUES (1), (2), (3); | |
INSERT INTO t2 VALUES (2), (3), (4); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment