ToolSpark

SQL Formatter

Format and beautify SQL queries with proper indentation and keyword highlighting.

Share:𝕏fin
SELECTFROMWHERE
SELECT 
  u.id,
  u.name,
  u.email,
  o.total
FROM users u
INNER
JOIN orders o
ON u.id = o.user_id
WHERE u.active = TRUE
AND o.total > 100
ORDER BY o.total DESC
LIMIT 50

Frequently Asked Questions

Related Tools