← All Tools
SQL Formatter & Playground
Input SQL
SELECT u.id, u.name, u.email, o.total FROM users u INNER JOIN orders o ON u.id = o.user_id WHERE o.total > 100 AND u.status = 'active' ORDER BY o.total DESC LIMIT 10;
Format
Minify
Copy Output
Formatted
Explain
Presets
Output
Query Breakdown
Common Query Templates