Readable SQL for review
Long queries are hard to review when they arrive in one line. The formatter breaks clauses, indents sections, and normalizes keywords as you prefer.
Choose common dialects such as PostgreSQL, MySQL, MariaDB, SQLite, BigQuery, T-SQL, and PL/SQL for better syntax compatibility.
Minify and export
Minify mode removes simple line comments and repeated spaces to create a compact version. You can also copy the result or download query.sql.
Processing happens in the browser whenever possible. Files and inputs do not need to be uploaded to the site server for the main workflow.
- Format by dialect
- Minify SQL
- Export .sql
Formatter limits
Formatting does not validate permissions, execution plans, or query safety. Always review destructive queries, WHERE filters, and variables before running against a real database.