You can select output format for a ClickHouse query with the FORMAT clause.
Examples:
select * from my_table limit 100 FORMAT Vertical;You can select output format for a ClickHouse query with the FORMAT clause.
Examples:
select * from my_table limit 100 FORMAT Vertical;