confluentinc/ksql

Support vertical output

Open

#7,944 opened on Aug 4, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (5,739 stars) (1,048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Description

MySQL and Postgres support the \G modifier at the end of a query to present output in a vertical format instead of a horizontal one. It's supremely useful when you have a lot of columns. We should adopt the same.

Contributor guide