提交 a9532d61 编写于 作者: A annvsh

Fixed

上级 ee890e76
......@@ -1348,6 +1348,7 @@ When an empty value is passed to the input, ClickHouse generates an exception:
Code: 108. DB::Exception: No data to insert
```
The result is output in binary format without delimiters and escaping. If more than one value is output, the format is ambiguous, and it will be impossible to read the data back.
**Example**
......
......@@ -1153,6 +1153,7 @@ SELECT * FROM line_as_string;
Code: 108. DB::Exception: No data to insert
```
Результат выводится в двоичном формате без разделителей и экранирования. При выводе более одного значения формат неоднозначен и будет невозможно прочитать данные снова.
**Пример**
......@@ -1181,4 +1182,5 @@ DROP TABLE t;
f9725a22f9191e064120d718e26862a9 -
```
[Оригинальная статья](https://clickhouse.tech/docs/ru/interfaces/formats/) <!--hide-->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册