๐งฐ
ToolStand
Blog
Embed
๐
๐๏ธ SQL Formatter
Format SQL queries. Supports MySQL, PostgreSQL, SQLite. Beautify or minify SQL.
SELECT u.name,u.email,o.total FROM users u JOIN orders o ON u.id=o.user_id WHERE u.active=1 AND o.total>100 ORDER BY o.total DESC
Format
Minify
Standard SQL
MySQL
PostgreSQL
SQLite
Embed this tool
<iframe src="https://toolstand.io/tools/sql-formatter/embed" width="100%" height="350" frameborder="0"></iframe><p style="text-align:center;font-size:12px">Powered by <a href="https://toolstand.io/tools/sql-formatter/">ToolStand SQL Formatter</a></p>