Skip to content

Feature Request: add support for "transposing" the table #25

Description

@DeflateAwning

In DBeaver, when viewing a table (especially with very few rows, e.g., <10 rows), it can be helpful to press the "Tab" button to view the columns as rows (transpose the table).

It would be so awesome if this extension supported it with a shortcut or status bar toggle or similar (honestly, what ever is easier).

There is a generic DuckDB expression to do this transpose (which involves somewhat of a hack on the PIVOT operation). Not sure if a query-level or presentation-level operation is best.

Example from DBeaver:

image

After pressing "Tab" to transpose:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions