nkit
Blog
Portfolio
Login with Google
DevToolkit
/
SQL Formatter
SQL Formatter
Format and beautify SQL queries for better readability.
SQL Input
SELECT u.id, u.name, u.email, o.total FROM users u LEFT JOIN orders o ON u.id = o.user_id WHERE u.created_at > '2024-01-01' AND o.status = 'completed' ORDER BY o.total DESC LIMIT 50
Formatted SQL
Format SQL