Hi
What is wrong with the below formatted search query?
DECLARE @Temp nvarchar(20)
SET @Temp = $[OITM.U_ProductName]
SELECT Upper(@Temp)
Getting error Incorrect syntax near OITM.U_ProductName.
Thanks in advance
Hi
What is wrong with the below formatted search query?
DECLARE @Temp nvarchar(20)
SET @Temp = $[OITM.U_ProductName]
SELECT Upper(@Temp)
Getting error Incorrect syntax near OITM.U_ProductName.
Thanks in advance