Created
April 8, 2018 15:57
-
-
Save pgnickb/b584c6cd7140f2eabc556e0784fd4adc 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
nick=# select * from nextval('sg', 100); | |
count | first_value | last_value | increment | |
-------+-------------+------------+----------- | |
100 | 2033 | 2133 | 1 | |
(1 row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment