kit
Home
Text & Code
SQL Formatter
SQL Formatter
Format SQL queries for PostgreSQL, MySQL, SQLite, BigQuery, T-SQL.
Standard SQL
MySQL
PostgreSQL
SQLite
BigQuery
T-SQL (MSSQL)
SELECT + JOIN
CREATE TABLE
UPDATE
SQL input
select u.id,u.name,u.email,o.total,o.created_at from users u inner join orders o on u.id=o.user_id where u.active=1 and o.total>100 order by o.created_at desc limit 10
Formatted SQL
Feedback