how search accented letter in a varchar2 column in oracle
I have a varchar2 column named NAME_USER. For example, the data is آصفی. I have a query that searches the table to find rows that like some given character. When I want to search for example اصفی it doesn't fetch anything! But I want my query to fetches all different types of ( اَ اِ اٌ آ اُ ا ٲ ٳ ).
Is there any way to have a query that searches all types of a character not only the exact given one!
Comments
Post a Comment