Skip to content

Commit 2a8ac7c

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 add1769 commit 2a8ac7c

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
@@ -17,7 +17,7 @@ ALTER SEQUENCE [ IF EXISTS ] path_to_sequence
1717

1818
The path is constructed as `<path_to_table>/_serial_column_{column_name}`,
1919
where `<path_to_table>` is the absolute path to the table, and `{column_name}` is the name of the `Serial` column.
20-
For example, for a table at `/local/users` and a column `user_id`, the corresponding `Sequence` path will be `/local/users/_serial_column_user_id`.
20+
For example, for the column `user_id` in the table `/local/users`, the corresponding `Sequence` path will be `/local/users/_serial_column_user_id`.
2121

2222
* `IF EXISTS` — if used, the statement does not return an error if the `Sequence` does not exist at the specified path.
2323

0 commit comments

Comments
 (0)