SQL Formatter
Basic SQL pretty-print for readability.
Basic pretty-printer: keyword casing and line breaks before major clauses. Not a full SQL parser — complex CTEs/strings may need a hand edit.
What is this tool?
Dense one-line SQL is hard to review. This formatter applies light pretty-printing: optional keyword uppercasing and line breaks before major clauses (SELECT, FROM, WHERE, JOIN, etc.). It is not a full dialect-aware parser.
How to use it
- Paste SQL into the input.
- Toggle uppercase keywords if desired.
- Copy the formatted output.
Related dev utilities tools
- GUID / UUID GeneratorGenerate UUID v4, v7, or v1 identifiers in your browser.
- JSON Formatter & ValidatorPretty-print, minify, and validate JSON with clear error messages.
- JWT DecoderDecode JWT header and payload without verifying signatures.
- JWT Encoder (Demo)Build a payload and sign an HS256 JWT in-browser for testing.