← Trang chủ
🗃️ SQL Formatter
Format và làm đẹp câu lệnh SQL
SQL Input
SELECT users.id, users.name, orders.total FROM users INNER JOIN orders ON users.id = orders.user_id WHERE users.status = 'active' AND orders.created_at > '2024-01-01' ORDER BY orders.total DESC LIMIT 10
✨ Format
📦 Minify
Output