Fantastic IT Tools
Data & Formats

SQL Prettify

Format SQL queries with a selectable dialect.

SQL input

Formatted SQL

select
  id,
  name
from
  users
where
  active = 1
order by
  name