Skip to content

Instantly share code, notes, and snippets.

@tygern
Created August 26, 2015 13:18
Show Gist options
  • Select an option

  • Save tygern/2f59c12dcbe946adbf68 to your computer and use it in GitHub Desktop.

Select an option

Save tygern/2f59c12dcbe946adbf68 to your computer and use it in GitHub Desktop.
Non Sequential ID Generation - insert users
INSERT INTO users (email) VALUES ('[email protected]');
INSERT INTO users (email) VALUES ('[email protected]');
INSERT INTO users (email) VALUES ('[email protected]');
SELECT * FROM USERS;
id | email
-----------+-------------------
734802024 | [email protected]
104514927 | [email protected]
474227767 | [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment