SQL Formatter

SQL Formatter Form

This form allows you make beautiful SQL query:


Move to «Paste Code» for Save it

About SQL Formatter tool

What is SQL?

SQL (Structured Query Language) is a standardized(ANSI) programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries.

About SQL Formatter tool

The Formatter SQL online was created to help with debugging. As SQL data is often output without line breaks to save space, it is extremely difficult to actually read. This tool allows you to solve the problem by formatting SQL queries so that it is easy to read and debug.

How it Works?

Just paste your SQL to the textarea above and click to the button "Formatter" and you will get formatted SQL in the same textarea.

Example of SQL Formatter

Before:
SELECT column_name1,column_name2,column_name3 FROM table_name;
After:
SELECT column_name1,
    column_name2,
    column_name3
FROM table_name;
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal