Tutti
Tools
Tools
🥭
Home
/
SQL Formatter
SQL
SQL Formatter
Format and beautify SQL queries with customizable indentation
Dialect:
Standard SQL
MySQL
PostgreSQL
PL/SQL
T-SQL
SQLite
Indent:
2 spaces
4 spaces
Input SQL
SELECT u.id, u.name, o.total FROM users u JOIN orders o ON u.id = o.user_id WHERE o.total > 100 ORDER BY o.total DESC LIMIT 10;
Formatted SQL
SELECT u.id, u.name, o.total FROM users u JOIN orders o ON u.id = o.user_id WHERE o.total > 100 ORDER BY o.total DESC LIMIT 10;
Related Tools
JSON Formatter & Validator
Format, validate, and beautify JSON data with syntax highlighting
XML Formatter & Validator
Format, beautify, and validate XML documents
CSS Minifier / Beautifier
Minify or beautify CSS stylesheets