confluentinc/ksql

Support vertical output

Open

#7.944 geöffnet am 4. Aug. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (1.048 Forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Repository-Metriken

Stars
 (5.739 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 20h) (6 gemergte PRs in 30 T)

Beschreibung

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