Docs > AI Tools > SQL Generator

SQL Generator

Generate SQL queries from natural language. Supports PostgreSQL, MySQL, SQLite, BigQuery, SQL Server, and Oracle. Upload your schema for queries that use your real table and column names.

Top 10 customers by total revenue this quarter
SELECT c.name, SUM(o.amount) FROM customers c JOIN orders o...

Examples

Users who signed up last month SELECT * FROM users WHERE...
Revenue by category with YoY growth WITH cte AS (SELECT...)
1 credit per generation. Included in all plans.
Was this helpful?