Format and beautify SQL queries with syntax highlighting. Supports standard SQL, MySQL, PostgreSQL, and T-SQL.
SELECT u.id, u.name, u.email, count(o.id) AS order_count, sum(o.total) AS total_spent FROM users u LEFT JOIN orders o ON u.id = o.user_id WHERE u.created_at >= '2026-01-01' AND u.status = 'active' GROUP BY u.id, u.name, u.email HAVING count(o.id) > 0 ORDER BY total_spent desc LIMIT 10;;
What do you call a shoe made from a banana peel?
No paywalls, no signups, no data sold. Built by a solo developer who believes useful tools should be accessible to everyone.
☕Support me on Ko-fi— keep tools free100% of proceeds go towards hosting & building more free tools.