i am trying to retrieve data from database using Unicode character ₹ with following query
select AnnualSalary,* from UserDetails where AnnualSalary like N'₹%'
I don't understand why this query is not working as normal like query, is there any other way to do this ? please suggest if there is another way