postgresql update sequence next value

Solutions on MaxInterview for postgresql update sequence next value by the best coders in the world

showing results for - "postgresql update sequence next value"
Luis
01 Nov 2020
1ALTER SEQUENCE seq_name RESTART WITH 22;