Created
March 25, 2019 04:18
-
-
Save dvliman/ee7a6c929ba6183fa3edc01adb0ce03d 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 users (name, email) VALUES ('some-name', 'some-email'); | |
SELECT * FROM users; | |
SELECT user_id, name, email FROM users WHERE user_id = '1'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment