Running a query
1
Select a database
Use the database dropdown in the toolbar to choose which connection to query.
2
Write your SQL
Type your query in the editor. The editor supports syntax highlighting and autocomplete for your table and column names.
3
Execute
Click Run or press
Ctrl+Enter (Cmd+Enter on Mac).- 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.
Saved queries are tied to the database connection they were written for.
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