sql • format
select id, name from users where created_at > now () - interval '7 days' order by created_at desc;
Format SQL queries with consistent indentation for reviews, documentation, and learning. Supports common SELECT/INSERT/UPDATE style statements.
Your input is processed in the browser. We do not upload tool payloads to our servers.
Keywords align vertically so nested clauses are easier to scan.
Indent SELECT statements, align JOINs, and share queries your team can maintain.
Read: SQL formatting for readable queries and code review →