About the SQL Formatter
The SQL Formatter tokenizes quoted strings, punctuation and common clauses before applying consistent line breaks. It handles everyday SELECT, INSERT, UPDATE and DELETE queries without sending schema information anywhere.
How to use the SQL Formatter
- Paste one SQL statement.
- Choose whether recognized keywords should be uppercase.
- Format and review dialect-specific syntax manually.
Practical tips
- Formatting does not verify that table or column names exist.
- Always use parameter binding rather than pasting user values into a query.