Prettier for SQL.
Paste a query, pick a dialect, get clean SQL — formatted live as you type, with syntax errors and misspelled keywords flagged inline. SELCT → did you mean SELECT?
5/5 left today
INPUT286 chars
loading editor…
FORMATTED20 lines
loading editor…
ANALYSISno issues
Syntax looks valid — no misspelled keywords found.
Format
Consistent, readable SQL with your conventions — keyword case, indent, comma style, line width.
Validate
Real parsing per dialect. Syntax errors point at the exact line and column, never a vague failure.
Suggest
A spell-checker for SQL: SELCT → SELECT, COUTN( → COUNT(. Typos surface before your database sees them.