Which SQL dialects are supported?
The system includes Standard SQL, MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, Oracle PL/SQL, BigQuery, Snowflake, Redshift, and Spark SQL.
Format, inspect, or minify SQL with file import, dialect-aware layout controls, query summaries, and review warnings.
Workspace
SQL input
Live output
The system includes Standard SQL, MySQL, MariaDB, PostgreSQL, SQLite, SQL Server, Oracle PL/SQL, BigQuery, Snowflake, Redshift, and Spark SQL.
No. It restructures source text using the selected dialect but does not connect to a database, check schemas, or execute any statement.
Yes. The minifier preserves quoted strings and identifiers while compacting whitespace. Comment removal is optional.
It counts statement separators, statement types, comments, and common parameter placeholders. It also highlights DELETE and UPDATE statements without a WHERE clause, plus DROP and TRUNCATE statements. These are review reminders, not a complete SQL safety analysis.
Yes. Import a .sql or .txt file up to 1 MB, choose your formatting settings, and download the result as a new .sql file.