Skip to content
Kabir Mahmud
Home
About
Blog
Projects
Tools
Contact
Home
About
Blog
Projects
Tools
Contact
Back to Tools
SQL Formatter
Format and beautify your SQL queries for better readability.
Enter SQL
SELECT id, name, email FROM users WHERE active = 1 ORDER BY name ASC;
Format
Copy
Formatted SQL