Forge
/ local toolbox
Home
Search
Home
Data
SQL Formatter
SQL Formatter
Pretty-print SQL.
SQL
select * from users where id=1 and name='x' order by id
Formatted
SELECT * FROM USERS WHERE ID=1 AND NAME='X' ORDER BY ID