Tools
목록으로
SQL 포맷터
SQL 쿼리 포맷 및 정리
Indent Size: 2 spaces
Uppercase keywords
Input SQL
SELECT u.id, u.name, u.email, o.order_id, o.total_amount FROM users u INNER JOIN orders o ON u.id = o.user_id WHERE u.status = 'active' AND o.created_at >= '2024-01-01' ORDER BY o.total_amount DESC LIMIT 100
Format SQL
Formatted SQL