Hi!
We have data in the database in various languages, also in Russian. In configuration, I selected "Unicode enabled". However, the query does not return data.
Select *
From table_name t
Where instr (t.column_name, '')> 0;
If the condition would look like this: where instr (t.column_name, N'')> 0;
Data is found.
What is the Unicode enabled option for?
We have data in the database in various languages, also in Russian. In configuration, I selected "Unicode enabled". However, the query does not return data.
Select *
From table_name t
Where instr (t.column_name, '')> 0;
If the condition would look like this: where instr (t.column_name, N'')> 0;
Data is found.
What is the Unicode enabled option for?
Last edited: