Format declare statement with assignment from select statement eg DECLARE @sourceTrackId int = (SELECT Id FROM Track t WHERE t.TrackCod
Declare with select assignment does not format very well.
DECLARE @sourceTrackId int = (SELECT
Id
FROM Track t
WHERE t.TrackCode = @sourceTrackCode)
1
vote
Anonymous
shared this idea
AdminDevart
(_, Devart)
responded
Could you please send us the screenshots of the actual and expected results to our support system at supportATdevartDOTcom for investigation?
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please be informed that formatting subqueries can be configured in the settings.
Best,
Devart Support Team