OrionDesk
Ctrl K
Sign in
FREE TOOL · NO SIGN-UP
SQL formatter
Beautify and format SQL queries for MySQL, PostgreSQL and more.
Dialect
sql
mysql
postgresql
mariadb
sqlite
bigquery
snowflake
Keywords
UPPER
lower
Preserve
SQL input
select id, name, email from users u join orders o on o.user_id = u.id where u.active = 1 and o.total > 100 order by o.created_at desc limit 20;
Formatted SQL
Copy
SELECT id, name, email FROM users u JOIN orders o ON o.user_id = u.id WHERE u.active = 1 AND o.total > 100 ORDER BY o.created_at DESC LIMIT 20;
Formatted (postgresql)
Runs 100% in your browser — files never leave your device.
More Developer tools
API request tester
cURL to code converter
Webhook tester & inspector
GraphQL query tester
HTTP status code reference
Base64 encoder / decoder
Feedback