Comments
3 comments
-
Hi @BR23
That's very odd behaviour, I just copied the default style and turned off "Place ON keyword on a new line" also and it works for me. Could you potentially try copying the default style and apply the settings you've done before and check if that helps? -
Thanks for your reply. A reboot of my PC seemed to have fixed it.
-
Glad that sorted the issue for you!
Add comment
Please sign in to leave a comment.
However, when I actually apply the style it moves the ON to another line. I don't have the box checked to do this and the line is not long enough where it should wrap. Any ideas would be appreciated.
SELECT *
FROM dbo.TempTable
INNER JOIN dbo.TempTable2
ON TempTable2.id = TempTable.id;