SQL Prompt is bracketing the TRIM function in Visual Studio 2019
Dave Pendleton
Posts: 104 Bronze 3
in SQL Prompt
Prompt version 10.13.7.360
Visual Studio 18.12.1
This does not happen in SQL Server Management Studio.
Visual Studio 18.12.1
This does not happen in SQL Server Management Studio.
Tagged:
Answers
TRIM(someColumn)
becomes
[TRIM](someColumn)
which is invalid. This happens in the code for a VIEW. It doesn't happen when the same code is formatted in SQL Server Management Studio.
I require a bit of further information on this issue so I am going to raise a ticket.