SQL Minifier
Minify SQL queries by normalizing whitespace.
When to use this tool
SQL queries with excessive whitespace and line breaks are harder to embed in application code and take up more space in logs or query analysis tools. Normalizing whitespace makes queries more compact without altering their execution plan. This is particularly useful when logging queries, embedding them in configuration, or sharing them in documentation.
How to use
Type or paste your SQL query into the input field. Click "Minify" to collapse extra whitespace. Use the compact query in your code or logs.