Simple.Tools -> SQL Formatter
Beautify SQL queries for easier reading, review, and debugging.
SQL Input
select id, name, email from users inner join orders on users.id = orders.user_id where orders.status = 'active' group by users.id order by name desc limit 10;
SQL Dialect
Standard SQL
PostgreSQL
MySQL
T-SQL
Keyword Case
UPPERCASE
lowercase
Preserve Original
Format SQL
Copy Output
Reset
Clear
Formatted Output