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

6 lines
282 B
ReStructuredText

Vertical
--------
Prints each value on a separate line with the column name specified. This format is convenient for printing just one or a few rows, if each row consists of a large number of columns.
This format is only appropriate for outputting a query result, not for parsing.