Convert
Dox
PDF Tools
Image Tools
AI Tools
Documents
Calculators
Developer
Text Tools
Utilities
Blog
ποΈ
SQL Formatter
Format and beautify SQL queries with proper indentation
π
No files stored
π‘
HTTPS encrypted
β‘
Works in your browser
π
100% free, no signup
Format SQL
SQL Input
select e.id, e.name, d.department_name, count(p.id) as project_count from employees e inner join departments d on e.department_id = d.id left join projects p on e.id = p.employee_id where e.active = 1 and e.salary > 50000 group by e.id, e.name, d.department_name having count(p.id) > 2 order by e.name asc limit 100
Formatted SQL