brackets surrounding alias in join
Burke
Posts: 7 Bronze 2
if i input a query like:
and then type ON and pick a join, it inputs like:
in previous versions, the alias would not be bracketed which is what i prefer. i can't find a setting to change this behavior, is it possible to have it like:
thanks,
bc
SELECT * FROM [dbo].[Name] n INNER JOIN [dbo].[Activity] a
and then type ON and pick a join, it inputs like:
SELECT * FROM [dbo].[Name] n INNER JOIN [dbo].[Activity] a ON [n].[ID] = [a].[ID]
in previous versions, the alias would not be bracketed which is what i prefer. i can't find a setting to change this behavior, is it possible to have it like:
SELECT * FROM [dbo].[Name] n INNER JOIN [dbo].[Activity] a ON n.[ID] = a.[ID]
thanks,
bc
Comments
This issue has been previously reported by couple of customers and logged in our internal tracking system (SP-2769). I have added your comment to this issue.
It will be reviewed for a future release of SQL Prompt.
Kindly let us know if you have any issues or questions regarding the product,I'll like to help.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com