START WITH
Option
The optional START WITH
clause allows you to specify an initial value other than 1.This value is the first value generated when using NEXT VALUE FOR sequence
.
START WITH
OptionThe optional START WITH
clause allows you to specify an initial value other than 1.This value is the first value generated when using NEXT VALUE FOR sequence
.
INCREMENT
OptionThe optional INCREMENT
clause allows you to specify another non-zero step value than 1.
Warning
|
The SQL standard specifies that if |