utilbin / sql
format & beautify
SQL formatter
Format and indent SQL queries.
Dialect
Standard SQL
MySQL
PostgreSQL
SQLite
MariaDB
SQL Server (T-SQL)
Input SQL
select id, name, email from users where active = 1 and created_at > '2026-01-01' order by created_at desc limit 50;
Format
Copy output
Formatted output