ClickHouse/docs/en/formats/tabseparatedraw.rst
Andrey Dudin 5263a749ed Formats
2017-04-27 23:16:22 +03:00

8 lines
271 B
ReStructuredText

TabSeparatedRaw
---------------
Differs from the ``TabSeparated`` format in that the rows are formatted without escaping.
This format is only appropriate for outputting a query result, but not for parsing data to insert into a table.
It's also available as ``TSVRaw``.