in my DB some field in Unicode (Mangal font) and I want to search using sql
but cannot be succeed
Kindly help me to search unicode patter using sql
Hi,
Try this query
Select * from Tablename where key='Nmess';
Just Add "N" begining of your string.