I have a SQL column - Comments
- which holds nvarchar
data.
Along with the usual English characters, I can see that there are values that look like special characters, following is an example - I cannot make sense of how they got there and what they mean:
I tried to filter all values that contain that character using the following SQL but it returns 2010 as well as the one where there is a special character in place of 2.
where comments like N'%ဲ010%'