mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
8 lines
282 B
Markdown
8 lines
282 B
Markdown
|
# TabSeparatedRaw
|
||
|
|
||
|
Differs from `TabSeparated` format in that the rows are written without escaping.
|
||
|
This format is only appropriate for outputting a query result, but not for parsing (retrieving data to insert in a table).
|
||
|
|
||
|
This format is also available under the name ` TSVRaw`.
|
||
|
|