-3

How can I resequence the value start of a Sequence in PostgreSQL?

2

1 Answer 1

4

You can ALTER the sequence using the following code:

ALTER SEQUENCE RESTART .

You can go through the PostgreSQL sequence manuals at the below link:

http://www.postgresql.org/docs/current/static/sql-altersequence.html

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Yousuf. Will try this out and go through the manuals.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.