case
when ascii(substr(ipa.BENEFICIARY_NAME,-1,1)) between 55424 and 56255
then 'ARABIC'
else 'OTHER'
end LANG_FLAG
select ascii('') first_letter, ascii('ۿ') last_letter from dual;
FIRST ASCII VALUE: 55424, LAST ASCII VALUE 56255
https://www.unicode.org/charts/PDF/U0600.pdf
http://jrgraphix.net/r/Unicode/0600-06FF
Oracle Apps R12 and Fusion Cloud Self Paced Training Videos by Industry Experts with Live Meeting Support. Please Check https://www.oracleappstechnical.com
ReplyDelete