The formatter supports standard SQL and works with MySQL, PostgreSQL, SQLite, SQL Server, and most other SQL dialects. Keywords are uppercased automatically. Query results are often exported as JSON for API responses or further processing.
Does this validate SQL syntax?
This is primarily a formatter/beautifier. It will format valid SQL and may catch some syntax errors, but it's not a full SQL parser. For complex queries, test in your database. Use our Diff tool to compare query versions.
How does the formatting work?
The formatter adds line breaks after major clauses (SELECT, FROM, WHERE, JOIN), indents subqueries, and uppercases SQL keywords for readability.
Is my data secure?
Yes, all formatting happens locally in your browser. Your SQL queries never leave your device.