Skip to content

Commit b287133

Browse files
shnikdElenaAfina
andauthored
Update ydb/docs/en/core/yql/reference/syntax/alter-sequence.md
Co-authored-by: ElenaAfina <144937430+ElenaAfina@users.noreply.github.com>
1 parent 2a8ac7c commit b287133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/docs/en/core/yql/reference/syntax/alter-sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ALTER SEQUENCE [ IF EXISTS ] path_to_sequence
2323

2424
* `INCREMENT [ BY ] increment` — sets the increment step for the sequence. Default: 1.
2525

26-
* `START [ WITH ] start_value` — sets a new start value for the sequence. Changing this parameter with `ALTER SEQUENCE` does not affect the current value, but it will be used with `ALTER SEQUENCE RESTART` if no value is specified. Default: 1.
26+
* `START [ WITH ] start_value` — sets a new start value for the sequence. Changing this parameter with `ALTER SEQUENCE` does not affect the current value, but new start value will be used with `ALTER SEQUENCE RESTART` if no value is specified. Default: 1.
2727

2828
* `RESTART [ [ WITH ] restart_value ]` — sets the current value of the sequence to the specified `restart_value`. If the value is not specified, the current value will be set to the current start value.
2929

0 commit comments

Comments
 (0)