T SQL

  • Hi everybody,

    I have a query sintax like this :

    SELECT *, CustomerID AS Expr1

    FROM Customers

    WHERE (CustomerID = N'1')

    What is the N means in the Statement " where (CustomerID = N'1') "

    Thx

  • The N is for Unicode

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply