Postgresql Update Sequence Next Value

[Solved] Postgresql Update Sequence Next Value | Sql - Code Explorer | yomemimo.com
Question : postgresql update sequence next value

Answered by : augusto-vicente

ALTER SEQUENCE seq_name RESTART WITH 22;

Source : https://stackoverflow.com/a/8750984/13384755 | Last Update : Wed, 14 Apr 21

Answers related to postgresql update sequence next value

Code Explorer Popular Question For Sql