Created
April 24, 2018 13:22
-
-
Save denispeyrusaubes/3232608ad86fa869e8b68ffcfa7c9840 to your computer and use it in GitHub Desktop.
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 runners VALUES (1, 'mkyong', '[email protected]'); | |
INSERT INTO runners VALUES (2, 'alex', '[email protected]'); | |
INSERT INTO runners VALUES (3, 'joel', '[email protected]'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment