SQL 美化器 SQL to format: SELECT u.id, u.name, p.title FROM users u JOIN posts p ON u.id = p.user_id WHERE u.active = 1 AND p.published = 1 ORDER BY p.created_at DESC; Keyword Case: UPPER lower Preserve Indent Style: Standard Tabular Left Tabular Right 格式化 SQL 壓縮 SQL 複製 Formatted SQL