Celuxe
Models
Pricing
Docs
Tools
Blog
Sign In
Start Free
SQL Formatter
Format and beautify SQL queries
SELECT u.id,u.name,u.email,o.total,o.created_at FROM users u LEFT JOIN orders o ON u.id=o.user_id WHERE u.status='active' AND o.total>100 ORDER BY o.created_at DESC LIMIT 50
Format SQL
Minify SQL
📋 Copy
Built with ❤️ by
Celuxe
.
Get your free API key →