Compare Unicode and non-unicode on a WHERE clause

  • Hi,

    is it possible to compare an Unicode column with a Non-unicode column into a where clause ? Does SQLServer is going to execute the implicite convert ?

    select

    ....

    WHERE table1.unicode_col = table2.non_unicode_col

    Can you give me the URL from the BOL where I can find the answer ?

    Thank you

    calico

  • See BOL ---> Collation Precedence

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

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