Skip to content
DevToolBox
Home
All Tools
About
Home
/ SQL Formatter
SQL Formatter
Format and beautify SQL queries with proper indentation and casing.
SQL Query:
SELECT u.id,u.name,o.total FROM users u INNER JOIN orders o ON u.id=o.user_id WHERE u.active=1 AND o.status='completed' ORDER BY o.created_at DESC LIMIT 10
Format SQL
Copy
Clear
Formatted: