Free
Apex
Gears
Home
Games
Tools
Extensions
AI Hub
NEW
Blog
Suggest changes or tools on
Discord
Back to All Tools
SQL
Formatter
Format and prettify SQL queries across PostgreSQL, MySQL, SQLite, T-SQL, BigQuery and more.
Runs entirely in your browser — nothing is uploaded
Query
select u.id, u.name, count(p.id) as posts from users u left join posts p on p.user_id=u.id where u.active=true and u.created_at > '2024-01-01' group by u.id, u.name order by posts desc limit 25;
Dialect
sql
postgresql
mysql
mariadb
sqlite
tsql
bigquery
redshift
snowflake
trino
spark
db2
hive
plsql
Tab size
2 spaces
4 spaces
8 spaces
✨ Format
Clear