Databases & SQL
SQL Query Formatter, Beautifier & Keyword Uppercaser
Format, indent, and beautify complex SQL queries for PostgreSQL, MySQL, SQLite, and Snowflake with custom indentation and keyword capitalization.
Input SQL Query
Output Result
About SQL Query Formatter & Beautifier & Security Considerations
Everything you need to know about how this utility processes data safely in your browser.
Which SQL dialects are supported?
The formatter supports Standard ANSI SQL, PostgreSQL, MySQL, SQLite, MariaDB, and BigQuery syntax.
Does formatting change SQL query execution plans?
No, SQL query planners ignore whitespace, so formatted queries execute with identical execution plans while being human-readable.