myTools
SQL Formatter
Μορφοποίηση και ομορφιά SQL queries
Indent:
2 spaces
4 spaces
Tab
Uppercase Keywords
Format
Minify
Copy
SELECT users.id, users.name, orders.total FROM users LEFT JOIN orders ON users.id = orders.user_id WHERE users.status = 'active' AND orders.created_at > '2024-01-01' ORDER BY orders.total DESC LIMIT 10;
Formatted Output