Skip to content

Instantly share code, notes, and snippets.

@dvliman
Created March 25, 2019 04:18
Show Gist options
  • Save dvliman/ee7a6c929ba6183fa3edc01adb0ce03d to your computer and use it in GitHub Desktop.
Save dvliman/ee7a6c929ba6183fa3edc01adb0ce03d to your computer and use it in GitHub Desktop.
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