Skip to content

Commit d5fddcf

Browse files
[docs] Edited CTAS documentation (#26288)
Co-authored-by: orange13 <[email protected]>
1 parent 7e5b46c commit d5fddcf

File tree

1 file changed

+2
-0
lines changed
  • ydb/docs/ru/core/yql/reference/syntax/create_table

1 file changed

+2
-0
lines changed

ydb/docs/ru/core/yql/reference/syntax/create_table/as_select.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Создание и заполнение таблицы на основе результатов запроса
22

3+
{% include [not_allow_for_oltp](../../../../_includes/not_allow_for_oltp_note.md) %}
4+
35
Вызов `CREATE TABLE AS` создает новую {% if concept_table %}[таблицу]({{ concept_table }}){% else %}таблицу{% endif %}, которая заполнена данными из результатов запроса.
46

57
```yql

0 commit comments

Comments
 (0)