Format SQL for humans
Readable SQL is easier to review in pull requests, document in runbooks, and paste into support tickets. This tool focuses on layout—indentation, line breaks, and clause separation—without executing anything against a database.
How to use
- Paste or type your statement.
- Pick the closest dialect.
- Click Format SQL and copy the result.