CoolTool
Home
Tools
Pro
About
SQL Formatter
Format SQL queries for readability and review
Query Beautifier
Improve SQL readability instantly.
select id,name from users where active=1 order by created_at desc
SELECT id,name FROM users WHERE active=1 ORDER BY created_at desc