Alter Sequence
- Last Updated: October 30, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Service Cloud 7.1
- Documentation
Purpose
The Alter Sequence statement resets the next value of an existing sequence.
Syntax
ALTER SEQUENCE sequence_name RESTART WITH value
where:
- sequence_name
- specifies an existing sequence.
- value
- specifies the next value to be returned through the Next Value For clause (see "Next Value For clause").
Notes
- Indexes on remote tables cannot be created, altered or dropped. Indexes can only be defined on local tables by the driver.