What is that N for

  • Hi,

    I am wondering what is that N doing in front of a varchar

    DECLARE @myVar VARCHAR(50)

    SET @myVar = N'a String'

    Thanks

  • Unicode constants are specified with a leading N: N'A Unicode string'.

    Unicode supports a wider range of characters

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

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