Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL for finding chunk or no keyboard values

879380Aug 26 2013 — edited Aug 26 2013

Hi all ,

I have table where users are allowed to enter data from excel sheet but while viewing it in application due to non key board values are like ¶,     ã, £

the validation getting failed and values are not loaded kindly help me in finding those non key board values , as data has been already loaded i need to find the data with non key board values .


i have written the query for one values but i need to find it for all the other values which are not part of key board

select * from note where text like '%'|| chr(1) ||'%';

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2013
Added on Aug 26 2013
2 comments
176 views