Home  /  Docs  /  The SQL editor
WORKING WITH DATA

The SQL editor

When you'd rather write it yourself, the editor is a full-featured SQL workspace. Run the current statement or selection with ⌘↵ / Ctrl ↵.

A query and its results — toggle the result between a table and a chart, or send it to a new table or an export.
A query and its results — toggle the result between a table and a chart, or send it to a new table or an export.

Schema-aware autocomplete

As you type, DataDock suggests tables, columns and keywords from the connected database — so you spend less time remembering names and more time getting answers.

Schema-aware autocomplete suggesting columns from the connected database as you type.
Schema-aware autocomplete suggesting columns from the connected database as you type.

Stuck on a query? Use Explain for a plain-English breakdown, or Fix with AI when a query errors — see Built-in AI.