How to Use
Paste your SQL query in the input area. It formats automatically with proper indentation. Adjust indent size if needed.
Frequently Asked Questions
What SQL statements are supported?
SELECT, INSERT, UPDATE, DELETE, JOIN (all types), WHERE, GROUP BY, ORDER BY, HAVING, UNION, and subqueries.
Does it validate SQL?
No. This tool formats SQL for readability but does not validate syntax. Use a database client for validation.
Does it uppercase keywords?
Yes. SQL keywords like SELECT, FROM, WHERE are automatically uppercased for better readability.