Skip to content

Instantly share code, notes, and snippets.

@xivSolutions
Created October 5, 2014 06:08
Show Gist options
  • Select an option

  • Save xivSolutions/1d8ce8920fc8976e9262 to your computer and use it in GitHub Desktop.

Select an option

Save xivSolutions/1d8ce8920fc8976e9262 to your computer and use it in GitHub Desktop.
Grab Next n Sequence Values from Posgres
SELECT nextval('my_sequence_name') FROM generate_series( 1, 100 ) n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment