Loading…
Format and beautify SQL queries instantly.
Paste a SQL query to reformat it with consistent capitalization, indentation, and line breaks around clauses (SELECT, FROM, WHERE, JOIN, ORDER BY). This is a formatter, not a validator — it does not check the query against a database schema. All formatting happens in your browser.
Quick answer
Paste a SQL query and Tabreon reformats it with consistent capitalization and indentation instantly, entirely in your browser.
SQL formatting rewrites a query's whitespace, capitalization, and line breaks for readability without changing its meaning — putting each clause (SELECT, FROM, WHERE, JOIN, ORDER BY) on its own line and indenting subclauses consistently. It's especially useful for queries that were minified, generated by an ORM, or pasted from a single-line log entry.
Formatting runs entirely in your browser using the sql-formatter library — the SQL you paste is never transmitted to a server.