ClickHouse/docs/en/formats/vertical.rst

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.