AppsFactory
Tools
Games
About
Tools
Games
About
SQL Formatter
Format, beautify, and minify SQL queries online
Sample:
Choose a sample...
Simple SELECT
JOIN Query
Subquery
INSERT INTO
CREATE TABLE
UPDATE Query
DELETE Query
UNION Query
Indent:
2 spaces
Keywords:
UPPER
lower
Capitalize
Commas:
Trailing (col,)
Leading (,col)
Auto-format
Input SQL
Format
Minify
Clear
SELECT id, first_name, last_name, email, created_at FROM users WHERE active = 1 AND role = 'admin' ORDER BY created_at DESC LIMIT 25 OFFSET 0;
Formatted SQL
Copy
Formatted SQL will appear here...