confluentinc/ksql

Support vertical output

Ouverte

#7 944 ouverte le 4 août 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Java (1 048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Métriques du dépôt

Stars
 (5 739 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur