How can we help?

Table

Render query results as a scrollable data table

Renders query results as a scrollable data table.

SQL Shape

Any columns, any rows. Each column becomes a table header, each row a table row.

SQL
SELECT id, name, email, created_at
FROM users
ORDER BY created_at DESC
LIMIT 100

Interaction

Hold Ctrl (or Cmd on Mac) and click to interact with the table. This lets you scroll and select text.

Options

No additional configuration options.