Products
Resources
& Tools
Contact
Cart
Please enter a search query.
About
Leskoff
Service &
Support
Home
›
Resources & Tools
›
SQL Formatter
SQL Formatter
SQL is a language used in relational databases.
This tool is an online beautifier for SQL code.
SQL code
select supplier_name,city from (select * from suppliers join addresses on suppliers.address_id=addresses.id) as suppliers where supplier_id>500 order by supplier_name asc,city desc;
1
select
supplier_name,city
from
2
(
select
*
from
suppliers
join
addresses
on
suppliers.address_id=addresses.id)
3
as
suppliers
4
where
supplier_id>
500
5
order by
supplier_name
asc
,city
desc
;
The input SQL code to be formatted.
Format
Reset
SQL Formatter
Recommended for you
Product
Ea.
electron IPA Transcription Poster
A poster featuring the phonetic transcription of "electron" in the International Phonetic Alphabet (IPA).
$14.99
Hydrazine Molecule Poster
,
Ball-and-Stick Model, English-Labeled
A poster featuring the ball-and-stick model of the hydrazine molecule.
$19.99
соцветие Morphemic Analysis Poster
A poster featuring the morphemic analysis of the Russian word соцветие.
$14.99
Cylinder Poster
,
Feature View, English-Labeled
A poster featuring a cylinder.
$19.99
Tongan Alphabet Chart
,
8.3 x 11.7 in (21.0 x 29.7 cm, Desk Chart, Laminated), English-Labeled
The Tongan alphabet chart.
$14.99
See also
1.
SQL Playground
Experiment with SQL online.
2.
Philosophical movements in Hungarian
The list of names of philosophies, schools of thought, and philosophical traditions and movements in the Hungarian language.
3.
Art movements in Northern Sámi
The list of names of art movements in the Northern Sámi language.
4.
VHDL Editor
A simple online editor for VHDL (VHSIC Hardware Description Language).
5.
GraphQL AST Viewer
Visualize the abstract syntax tree (AST) of a GraphQL document.