RESTART
The RESTART
clause restarts the sequence used for generating identity values.If only the RESTART
clause is specified, then the sequence resets to the initial value specified when the identity column was defined.If the optional WITH restart_value
clause is specified, the sequence will restart with the specified value.
Note
|
In Firebird 3.0, It is currently not possible to change the configured start value. |