Skip to content

Instantly share code, notes, and snippets.

@bwiggs
Created June 3, 2015 18:49
Show Gist options
  • Save bwiggs/b147e7c3e45ee8003127 to your computer and use it in GitHub Desktop.
Save bwiggs/b147e7c3e45ee8003127 to your computer and use it in GitHub Desktop.
Postgres Insert row with only an auto increment column
INSERT INTO [table] (id) values (default);
@bwiggs
Copy link
Author

bwiggs commented Jun 3, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment