Add stack option for wrap condition in FROM and JOIN clauses
I'd really like the ability to have a stack option for the wrap condition in the FROM > JOIN options. What I mean is, I want to align conditions by the column name like this:
JOIN Person.Address AS a
ON e.ModifiedDate = a.ModifiedDate
AND e.rowguid = a.rowguid
I'd like the two "e." to align. Simply inserting a tab after ON and after AND will achieve this.
1
vote
AdminDevart
(_, Devart)
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
We would like to suggest using the settings in the formatting profile for the JOIN operator.
Best,
Devart Support Team