All tools SQL Formatter ● Live Developer Tools

SQL Formatter

Format common SQL queries with readable line breaks and indentation. Everything runs locally in this tab.

Output
select id,
  email,
  created_at 
from users 
where active = true 
order by created_at desc 
limit 50