Can I ask for some sort of script to search for an ascii ranging from DLE way up to US. You can check it at ASCII TABLE.
I have a code which suppposedly search for a non ascii character but I also want to replace it with a space at the same time.
Here's my code
SELECT *
from
`TABLE_NAME`(Sample only)
where COLUMN_NAME(sample only)
like %non-keyboard character(sample only(1st non keyboard character))% or
like %non-keyboard character(sample only(2nd non keyboard character))%.....
The code above is long since I used it from DLE down to US.
Any advice will be greatly appreciated.