Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free SQL formatter tool [closed]

is there any free SQL formatter tool? I am using http://www.sqlinform.com/ for small queries. It is very good. But free version supports only 100 lines. TORA has the feature but it has many issues and I can not customize everything. Any free Eclipse plugins for this?

like image 702
Sujee Avatar asked May 18 '10 11:05

Sujee


People also ask

How do I beautify a SQL script?

MYSQL Formatter allows loading the SQL URL to beautify. Use your SQL URL to beautify. Click on the URL button, Enter URL and Submit. Users can also beautify and remove the comments from SQL.

Does SSMS have a SQL Formatter?

Format SQL code using SSMS optionsSSMS provides a couple of options to format SQL code. Those options are indenting, tab sizing, make all code in upper or lower case, comment/uncomment selected code, etc.

Can Notepad ++ format SQL query?

there is another plugin for formatting SQL in Notepad++. It can be found here: SQLinForm SQL Formatter and has 100+ formatting options with code folding and color formatting. There is also a free plugin available.


1 Answers

SQL Developer from Oracle is free, supports multiple databases (not just Oracle), and lets you configure how SQL is formatted.

like image 154
markusk Avatar answered Sep 21 '22 06:09

markusk