Format and beautify SQL queries with syntax highlighting.
拖放文件到此处,或点击浏览
Supports SQL, TXT files
隐私: 此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。
SELECT * FROM users WHERE age > 25 ORDER BY name
INSERT INTO products (id,name,price) VALUES (1,'Product 1',9.99)
SELECT u.name, o.total FROM users u JOIN orders o ON u.id=o.user_id WHERE o.date>'2024-01-01'
A: MySQL, PostgreSQL, SQL Server, Standard SQL.
A: Yes, there is an option to minify/compress SQL queries.
此工具完全在您的浏览器中运行。数据不会发送到我们的服务器。我们不存储、分享或访问您在此处理的任何信息。