More control over join indents
In 4.0.53 I can't work out how to configure the formatting for a query to be...
SELECT
--column1
--column2
FROM
--table1
JOIN
--table2
----ON 1=1
----AND 2=2
JOIN
--table3
etc
So basically only indenting the predicates not the keywords
3
votes
Dazz Knowles
shared this idea
see comments
-
AdminDevart (_, Devart) commented
Turn off 'Stack FROM list' and 'Indent JOIN keyword' options. This will produce desired indent.