confluentinc/ksql

Support vertical output

Open

#7,944 opened on 2021年8月4日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Java (1,048 forks)batch import
core-infraenhancementfix-it-weekgood first issueround-robin

Repository metrics

Stars
 (5,739 stars)
PR merge metrics
 (平均マージ 4d 20h) (30d で 6 merged PRs)

説明

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.

コントリビューターガイド