mikej28621
MIS
While creating a query with the query tool in Microsoft SQL Server 2k enterprise manager. It always replaces my criteria ='RE' with =N'RE'. It also changes it in the full query statement.
SELECT *, STATUS AS Expr1
FROM Customer
WHERE (STATUS = N'RE')
It apears to run normally but is not like any syntax I have seen before. Is this a bug or normal.
Thanks in advance.
SELECT *, STATUS AS Expr1
FROM Customer
WHERE (STATUS = N'RE')
It apears to run normally but is not like any syntax I have seen before. Is this a bug or normal.
Thanks in advance.