There is a sequence with min value 100.
I want to alter this sequence to min value as 101.
If the table has already data in the sequence column as
100,101,102...
Is it possible to do so ?

Answer Posted / kiran kumar

The START WITH Value can not changed using ALTER SEQUENCE
command. The sequence must be dropped and recreate a
sequence in different number.

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does varchar need length?

709


Is sql similar to python?

712


How to display the current date in sql?

773


How does a self join work?

686


what is a unique key ? : Sql dba

760






Why do we use triggers?

715


What view means?

730


What are the types of subqueries?

763


What is use of term?

789


Explain raise_application_error.

828


what are the authentication modes in sql server? How can it be changed? : Sql dba

954


What is data types in sql?

701


What is your daily office routine?

1986


What does desc stand for?

784


what is a cursor? : Sql dba

742