A modern desktop SQL client with an AI that reads your schema and writes the query for you. MySQL, PostgreSQL, SQL Server, SQLite — same shortcuts everywhere.
orders, customers, refunds tables.
Joining on customer_id, filtering by date and refund status.
SELECT c.name, SUM(o.total) AS revenue FROM orders o JOIN customers c ON c.id = o.customer_id LEFT JOIN refunds r ON r.order_id = o.id WHERE o.created_at >= '2026-04-01' AND r.id IS NULL GROUP BY c.name ORDER BY revenue DESC LIMIT 5
No more switching between docs, ChatGPT, and your SQL editor.
Free for personal and team use. Updates ship automatically.
Windows 10 build 19041 or newer · x64 · ~110 MB · Installs in under a minute