How to use 'LIKE' statement with unicode strings? How to use 'LIKE' statement with unicode strings? sql sql

How to use 'LIKE' statement with unicode strings?


Use a Unicode search string:

WHERE CONTRACTORNAME LIKE N'%แบก%'

Credit


Make sure the collation on your table supports unicode.