CODERS KIT
Case Converter
What is my IP
Internet Speed Test
Password Generator
More Tools
▾
☰
Home
/
Developer Tools
/
SQL Formatter
SQL Formatter
Format and beautify messy SQL queries. Supports MySQL, PostgreSQL, and more.
SQL Dialect
Standard SQL
MySQL
PostgreSQL
SQLite
Format Query
INPUT
SELECT a.id, a.name, b.order_date FROM users a JOIN orders b ON a.id = b.user_id WHERE a.status = 'active' AND b.total > 100 ORDER BY b.order_date DESC;
FORMATTED
Formatted result will appear here...