Querying Data
Saving Queries & Query Hub
Save frequently used queries and access them from Query Hub — a searchable library for your team's SQL knowledge base.
Saving a query
In the SQL Editor, click Save or press Cmd/Ctrl + S. You'll be prompted for:
- Name — descriptive title
- Description — optional context about what the query does
- Tags — for filtering in Query Hub (e.g. "revenue", "daily", "marketing")
- Visibility — Private, Team, or Organization
Query Hub
Query Hub is a centralized library showing all saved queries you have access to. Features:
- Search by name, SQL content, or tags
- Filter by visibility (Private / Team / Organization)
- Sort by last modified, name, or execution count
- See how many times each query has been run
- Copy SQL or open directly in the editor with one click