wackawacka.org
All Tools
SQL
Formatter
Beautify and format SQL queries instantly
Format SQL
Minify
UPPERCASE Keywords
Copy Output
Load Sample
Indent:
2 spaces
4 spaces
Tab
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 u.active = 1 AND o.created_at > '2026-01-01' ORDER BY o.total DESC LIMIT 100;
Formatted Output