ClickHouse/docs/en/formats/tabseparatedraw.md

8 lines
282 B
Markdown
Raw Normal View History

# 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`.