Skip to content

Commit df88c9f

Browse files
committed
Fixes
1 parent ed1b214 commit df88c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/docs/en/core/yql/reference/syntax/show_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The command always returns **exactly one row** with three columns:
2727
- For tables: the main [CREATE TABLE](create_table/index.md) statement (with the path relative to the database root), plus any additional statements describing the current configuration, such as:
2828
- [ALTER TABLE ... ALTER INDEX](alter_table/secondary_index#alter-index) — for index partitioning settings.
2929
- [ALTER TABLE ... ADD CHANGEFEED](alter_table/changefeed.md) — for adding a changefeed.
30-
- `ALTER SEQUENCE` — for restoring a `Sequence` state for `Serial` columns.
30+
- [ALTER SEQUENCE](alter-sequence.md) — for restoring a `Sequence` state for [Serial](../types/serial.md) columns.
3131
- For views: the definition via [CREATE VIEW](create-view.md), and, if necessary, the statements the view has captured from the creation context, for example, [PRAGMA TablePathPrefix](pragma#table-path-prefix).
3232

3333

ydb/docs/ru/core/yql/reference/syntax/show_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SHOW CREATE [TABLE|VIEW] <name>;
3030
- [ALTER TABLE ... ADD CHANGEFEED](alter_table/changefeed.md)— для добавления потока изменений.
3131
{% endif %}
3232
{% if feature_serial %}
33-
- `ALTER SEQUENCE` — для восстановления состояния `Sequence` у колонок типа [Serial](../../../yql/reference/types/serial.md).
33+
- [ALTER SEQUENCE](alter-sequence.md) — для восстановления состояния `Sequence` у колонок типа [Serial](../types/serial.md).
3434
{% endif %}
3535
{% if feature_view %}
3636
- Для представлений: определение посредством команды [CREATE VIEW](create-view.md), а также, если необходимо, выражения, которые были зафиксированы представлением из контекста создания, например, [PRAGMA TablePathPrefix](pragma#table-path-prefix).

0 commit comments

Comments
 (0)