Running a query
Write your SQL
Type your query in the editor. The editor supports syntax highlighting and autocomplete for your table and column names.
- Row count — Total number of rows returned
- Execution time — How long the query took in milliseconds
- Data table — Scrollable table with your results
Saving queries
Click Save in the toolbar to save the current query for later use.| Field | Required | Description |
|---|---|---|
| Name | Yes | A short name (e.g., “Active users this month”) |
| Description | No | What the query does |
Saved queries sidebar
Click the sidebar toggle to show your saved queries. Each entry shows:- Query name and description
- How many times it’s been executed
- When it was last run
Keyboard shortcuts
| Shortcut | Action |
|---|---|
Ctrl+Enter | Run the current query |