SQL Formatter everyone is using [message #682384] |
Wed, 21 October 2020 09:07 |
manubatham20
Messages: 566 Registered: September 2010 Location: Seattle, WA, USA
|
Senior Member |
|
|
Hello,
What SQL formatter you use to format your SQLs.
Till I work with Toad, everything was in Toad, but since I have started using IntelliJ IDE,
I'm always having problem parsing and correctly formatting my SQLs in one certain manner.
Just wondering, which tools you use in order to get your SQL formatted, and would be nice if it can be integrated with IDEs like intellij.
Thanks,
Manu
|
|
|
|
Re: SQL Formatter everyone is using [message #682392 is a reply to message #682384] |
Wed, 21 October 2020 11:11 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
The 'formatter' I use when writing my own code is my own brain. I format it as I go because it is easier for me to keep straight in my own mind what I'm doing. If I'm in an IDE like SQL Developer, I may - or may not - touch up my code by invoking the built-in formatter. If I'm looking at someone else's poorly formatted - or unformatted - code, I'll copy it out and paste it into the site linked by Michel Cadot.
But to repeat - when initially writing code, format it yourself as you go.
|
|
|