confluentinc/ksql

Support vertical output

Open

#7 944 ouverte le 4 août 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Java (1 048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Métriques du dépôt

Stars
 (5 739 stars)
Métriques de merge PR
 (Merge moyen 4j 20h) (6 PRs mergées en 30 j)

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