What is this tool?
A SQL formatter that beautifies SQL queries. Supports multiple SQL dialects with configurable indentation and keyword casing.
How to use
- Enter or paste SQL into the text area.
- Select SQL dialect and indentation settings.
- Click Format to beautify or Minify to compress into a single line.
Examples
- Format complex JOIN queries for readability.
- Beautify SQL extracted from logs for analysis.
- Minify SQL for embedding in applications.