RustPoint Tools

SQL Formatter

Line-break and indent SQL keywords for easier reading.

Back to tools
select id,
  name 
from users 
where active = 1 
order by created_at desc