SQL Formatter
Format, beautify, and syntax-highlight SQL queries locally in your browser.
SQL input
Formatted output
SELECT u . id , u . name , u . email , o . total FROM users u INNER JOIN orders o ON u . id = o . user_id WHERE u . active = TRUE AND o . total > 100 ORDER BY o . total DESC LIMIT 50 ;
Related tools
GraphQL FormatterCode
Format and prettify GraphQL queries, mutations, and schema definitions.
HTML FormatterCode
Format/prettify HTML locally in your browser.
TOML Formatter & ValidatorCode
Format, validate, and prettify TOML documents locally in your browser.
SQL to MongoDB QueryCode
Convert SQL SELECT queries to MongoDB find() syntax.
JSON Formatter & ValidatorJSON
Format, validate, and prettify JSON in your browser. Fast and free.
JSON Sort KeysJSON
Recursively sort JSON object keys for stable diffs.