📋 Sheetly
Home
Browse All
Tools
Top
Favorites
🔍
💻
SQL Formatter
Format and beautify SQL queries with proper indentation
Dialect:
Standard SQL
MySQL
PostgreSQL
SQLite
T-SQL (SQL Server)
PL/SQL (Oracle)
Format SQL
Minify
Copy Output
Clear
Input SQL
SELECT users.id, users.name, orders.total FROM users LEFT JOIN orders ON users.id = orders.user_id WHERE users.status = 'active' AND orders.total > 100 ORDER BY orders.total DESC LIMIT 10;
Formatted SQL