confluentinc/ksql

Support vertical output

Aberta

#7.944 aberto em 4 de ago. de 2021

 (1 comentário) (0 reação) (0 responsável)Java (1.048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Métricas do repositório

Stars
 (5.739 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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