PeaceSentaro
Valued Member
Points: 59
More actions
October 7, 2004 at 7:21 pm
#60323
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
Don Millhouse
SSC Eights!
Points: 977
October 7, 2004 at 8:00 pm
#525872
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