SQL Query Builder
Write a SQL query from a plain English description
Write a SQL query that [DESCRIBE WHAT YOU NEED — e.g. finds all customers who ordered more than 3 times in the last month but have not ordered in the last 7 days]. Database: [TYPE — SQL Server / PostgreSQL / MySQL]. Tables: [LIST TABLE NAMES AND KEY COLUMNS]. Include: the query, explanation of each clause, and performance considerations.
Works on
⭐ ChatGPT
(Best)
🟠 Claude
⚡ M365 Copilot
Copy & Open in
Prompt is copied to your clipboard when you click
Tips for Best Results
- Provide table schemas for accurate column references
- Ask for index recommendations alongside the query
- Test on a subset of data before running on production