oracle - How to find Latin characters in a table? -


i have table has first name , last name in oracle

there name has latin characters in it. have written query find out them shows no results . please see if right

select first_name, second_name customer_table  length(asciistr(first_name))!=length(first_name)  

please advice

update :

my data corrupt , same query works.

i have question same

is there way save latin e ascii e while saving in db ?

oracle has utility purpose. csscan.

see documentation


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -