SQL Formatter
Format SQL queries
SQL
FAQ
What dialects are supported?
We support standard SQL, MySQL, PostgreSQL, SQL Server and Oracle.
Does it validate the query?
This tool formats but doesn't validate SQL syntax. Syntax errors will be preserved.
How does uppercase work?
When enabled, keywords like SELECT, FROM, WHERE are converted to uppercase.
Which SQL dialect should I choose?
Choose your database dialect. Standard SQL works for most cases.
