Re: SELECT last_value FROM sequence_name;

2021-04-12 Thread Dave Cramer
On Mon, 12 Apr 2021 at 04:50, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/functions-sequence.html > Description: > > Please add Note, how to get the (global) last value: > S

SELECT last_value FROM sequence_name;

2021-04-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-sequence.html Description: Please add Note, how to get the (global) last value: SELECT last_value FROM sequence_name; https://dba.stackexchange.com/questions/3281/how-do-i-use