0

I try to remove theses characters ß Ð but I see the only way to remove only this characters is by hexadecimal I try use

DELETE FROM table
WHERE field like '%ß%'

DELETE FROM table
WHERE field LIKE CONCAT('%',CHAR(195,159),'%') 

but dont work corretly and delete another rows more data without this symbol

0 Answers0