Column name contains special character
Posted: Tue Mar 22, 2011 11:07 am
Hi all,
I have a column that its name contains a special character for example Product? (the name of the column contains the quenstion mark)
when I wrote in TM1 process
SELECT [Product?]
FROM [GOSALES].[dbo].[Special Characters Test]
I get the error
"SQL Statement Failed"
when I wrote
SELECT *
FROM [GOSALES].[dbo].[Special Characters Test]
I am not facing any problem
Any ideas how should I write the sql statement to include the Product? column?
I have a column that its name contains a special character for example Product? (the name of the column contains the quenstion mark)
when I wrote in TM1 process
SELECT [Product?]
FROM [GOSALES].[dbo].[Special Characters Test]
I get the error
"SQL Statement Failed"
when I wrote
SELECT *
FROM [GOSALES].[dbo].[Special Characters Test]
I am not facing any problem
Any ideas how should I write the sql statement to include the Product? column?