confluentinc/ksql

Support vertical output

Open

#7.944 aberto em 4 de ago. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1.048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Métricas do repositório

Stars
 (5.739 stars)
Métricas de merge de PR
 (Mesclagem média 4d 20h) (6 fundiu PRs em 30d)

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.

Guia do colaborador