toolmix.io
v2.4
⌘ K
37 tools
Sign In / Register
Sign in
/
Developer Tools /
SQL Formatter
SQL Formatter
Re-indent queries with keyword casing and clause breaks.
formatter
SQL query
select u.id, u.email, count(o.id) as orders from users u left join orders o on o.user_id = u.id where u.active = true and u.created_at > '2024-01-01' group by u.id order by orders desc limit 50
Format
Single line