Answer the question
In order to leave comments, you need to log in
SQL Server not looking for text in Russian?
I created a regular .mdf database with the following lines:
And the following content:
I'm trying to execute the following query on it:
SELECT product_name FROM Catalog WHERE product_type = 'Бытовая продукция'
Answer the question
In order to leave comments, you need to log in
SELECT product_name FROM Catalog WHERE product_type = N'Бытовая продукция'
The nvarchar type supports Unicode. What's wrong?And you're not looking for Unicode.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question