SQL Statements and Extensions for the Salesforce Driver : Alter Sequence

Alter Sequence
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

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.