mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add EN and RU description
This commit is contained in:
parent
6e62108606
commit
869a6f6aa0
@ -2233,4 +2233,14 @@ Possible values:
|
|||||||
|
|
||||||
Default value: `1`.
|
Default value: `1`.
|
||||||
|
|
||||||
|
## output_format_tsv_null_representation {#output_format_tsv_null_representation}
|
||||||
|
|
||||||
|
Allows configurable `NULL` representation for [TSV](../../interfaces/formats.md#tabseparated) output format. The setting only controls output format and `\N` is the only supported `NULL` representation for TSV input format.
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
|
||||||
|
- `\N` — Enabled.
|
||||||
|
|
||||||
|
Default value: `\N`.
|
||||||
|
|
||||||
[Original article](https://clickhouse.tech/docs/en/operations/settings/settings/) <!-- hide -->
|
[Original article](https://clickhouse.tech/docs/en/operations/settings/settings/) <!-- hide -->
|
||||||
|
@ -2095,4 +2095,14 @@ SELECT CAST(toNullable(toInt32(0)) AS Int32) as x, toTypeName(x);
|
|||||||
|
|
||||||
Значение по умолчанию: `1`.
|
Значение по умолчанию: `1`.
|
||||||
|
|
||||||
|
## output_format_tsv_null_representation {#output_format_tsv_null_representation}
|
||||||
|
|
||||||
|
Позволяет настраивать представление `NULL` для формата выходных данных [TSV](../../interfaces/formats.md#tabseparated). Настройка управляет форматом выходных данных, `\N` является единственным поддерживаемым представлением для формата входных данных TSV.
|
||||||
|
|
||||||
|
Возможные значения:
|
||||||
|
|
||||||
|
- `\N` — включено.
|
||||||
|
|
||||||
|
Значение по умолчанию: `\N`.
|
||||||
|
|
||||||
[Оригинальная статья](https://clickhouse.tech/docs/ru/operations/settings/settings/) <!--hide-->
|
[Оригинальная статья](https://clickhouse.tech/docs/ru/operations/settings/settings/) <!--hide-->
|
||||||
|
Loading…
Reference in New Issue
Block a user