8. SQL Statements
:
ALTER SEQUENCE
:
Syntax
Share this page
Syntax
The ALTER SEQUENCE syntax has the following format:
[EXEC SQL] ALTER SEQUENCE [
schema
.]
sequence_name
[
sequence_options
]
sequence_options
See
Create Sequence
(see page
Syntax
) for details.