mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
282 B
282 B
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
.