DataSwift
Tools
API
FAQ
Back to Tools
SQL Formatter
Beautify complex queries locally without sending your schema to external servers.
Copy code
Input SQL
select id, name, email from users where active=true order by created_at desc;
Formatted SQL