A short companion for SQL Prettify: when it is useful, what it expects, and what to check before using the result.
What it does
Reformat a SQL query with consistent indentation and uppercased keywords, so a one-line statement pasted out of a log becomes something you can read. It reformats; it does not validate.
Use the tool
Open SQL Prettify, add the input the tool asks for, run it, and check the output before using it elsewhere.
Input and output
- Input: text.
- Output: text.
- Category: Formats.
Privacy and processing
Processing happens locally in your browser. This tool does not upload the input to ilham.dev.
Questions
Does it understand my dialect?
It knows the common keywords and the usual quoting styles. It will not tell you whether the query is valid for your database, or whether it will do what you meant.
Related guide
For broader background, see SQL Formatting and Test Data.