ALTER SEQUENCE Examples¶
Change sequence settings that were specified when the sequence was created:
- Change the start value so that sequence âXYZâ starts at sequence item 10.
- Change the increment value of sequence âXYZâ to 20.
Change sequence settings that were specified when the sequence was created: