Tool Hub

SQL Formatter

SQL pretty-printer with 15+ dialect support (sql-formatter)

Formatted SQL

select
  id,
  name,
  email
from
  users
where
  created_at > '2025-01-01'
  and (
    status = 'active'
    or last_login_at > now() - interval '7 days'
  )
order by
  created_at desc
limit
  100;

Verify outputs before using in production. No warranty โ€” see Terms.