Developer / Formatting

SQL Formatter

Format common SQL queries, normalize keyword casing, and copy cleaner database snippets directly in your browser. Great for cleaner code reviews, docs, bug reports, and quick query cleanup before sharing.

Status

Loaded starter SQL query

Formatted output

SELECT id, email, created_at 
FROM users 
WHERE status = 'active' 
  AND deleted_at is null 
ORDER BY created_at desc 
LIMIT 50