File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed
yql/reference/yql-core/syntax Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- {% if backend_name == "YDB" %}
1
+ {% if oss == "true" and backend_name == "YDB" %}
2
2
3
3
{% note alert %}
4
4
5
5
{% include [ not_allow_for_olap_text] ( not_allow_for_olap_text.md ) %}
6
6
7
7
{% endnote %}
8
8
9
- {% endif %}
9
+ {% endif %}
Original file line number Diff line number Diff line change
1
+ {% if oss %}
2
+
1
3
Доступные способы загрузки данных в колоночные таблицы:
2
4
* [ YDB CLI] ( ../reference/ydb-cli/export-import/import-file.md )
3
5
* [ Пакетная вставка данных] ( ../recipes/ydb-sdk/bulk-upsert.md )
4
6
* [ FluentBit] ( ../integrations/fluent-bit.md )
5
- * [ Yandex Data Transfer] ( https://yandex.cloud/ru/services/data-transfer )
7
+ * [ Yandex Data Transfer] ( https://yandex.cloud/ru/services/data-transfer )
8
+
9
+ {% endif %}
Original file line number Diff line number Diff line change 1
1
# INSERT INTO
2
2
3
- {% if backend_name == "YDB" %}
3
+ {% if oss == "true" and backend_name == "YDB" %}
4
4
5
5
{% note warning %}
6
6
Original file line number Diff line number Diff line change 1
1
# TABLESAMPLE и SAMPLE
2
2
3
- {% if backend_name == "YDB" %}
3
+ {% if oss == "true" and backend_name == "YDB" %}
4
4
5
5
{% include [ olap_warning_note] ( ../../../../../_includes/not_allow_for_olap_note.md ) %}
6
6
Original file line number Diff line number Diff line change 1
1
# VIEW (INDEX)
2
2
3
- {% if backend_name == "YDB" %}
3
+ {% if oss == "true" and backend_name == "YDB" %}
4
4
5
5
{% include [ olap_warning_note] ( ../../../../../_includes/not_allow_for_olap_note.md ) %}
6
6
Original file line number Diff line number Diff line change 1
1
# Объединение результатов подзапросов (UNION)
2
2
3
- {% if backend_name == "YDB" %}
3
+ {% if oss == "true" and backend_name == "YDB" %}
4
4
5
5
{% include [ olap_warning_note] ( ../../../../_includes/not_allow_for_olap_note.md ) %}
6
6
7
7
{% endif %}
8
8
9
9
{% include [ union] ( ../_includes/select/union.md ) %}
10
10
11
- {% include [ union] ( ../_includes/select/union_all.md ) %}
11
+ {% include [ union] ( ../_includes/select/union_all.md ) %}
You can’t perform that action at this time.
0 commit comments