dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

format output vertically as key: value pairs (in mysql, this is done by using \G rather than ; ) #524

Open iateadonut opened 2 years ago

iateadonut commented 2 years ago

Is there a way to format the output of a query as key:value pairs? e.g. to display the results vertically?