Skip to content

Commit 23f37af

Browse files
committed
Fixes
1 parent eb5b5ee commit 23f37af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/create_table.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# CREATE TABLE
2+
# CREATE TABLE
23

34
{% if feature_olap_tables %}
45

@@ -121,7 +122,7 @@ CREATE TEMPORARY TABLE table_name (
121122
);
122123
```
123124

124-
{% include [temp-table-description.md](../../../../../_includes/temp-table-description.md) %}
125+
{% include [temp-table-description.md](../../../../_includes/temp-table-description.md) %}
125126

126127
{% endif %}
127128

ydb/docs/ru/core/yql/reference/yql-core/syntax/_includes/create_table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CREATE TEMPORARY TABLE table_name (
121121
...
122122
);
123123
```
124-
{% include [temp-table-description.md](../../../../../_includes/temp-table-description.md) %}
124+
{% include [temp-table-description.md](../../../../_includes/temp-table-description.md) %}
125125

126126
{% endif %}
127127

0 commit comments

Comments
 (0)