Paste your SQL query and the tool reformats it with consistent capitalization, indentation, and line breaks. It recognizes SQL keywords, clauses (SELECT, FROM, WHERE, JOIN, GROUP BY, ORDER BY), and subqueries, formatting each clause on its own line for maximum readability.
The formatter handles MySQL, PostgreSQL, and SQLite syntax. It recognizes common SQL constructs across all three dialects and formats them appropriately. For database-specific features (like PostgreSQL's :: casting or MySQL's backtick quoting), it preserves the syntax.
Yes. All formatting runs client-side in your browser. Your SQL queries — which may contain sensitive table names, column names, or query logic — never leave your device. Nothing is ever sent to a server.