I have the following invisible character in my dataset
Which I believe is this character
http://www.fileformat.info/info/unicode/char/0008/index.htm
How do I remove this? I've tried
UPDATE events SET `value` = TRIM(REPLACE(`value`, CONVERT(char(8) USING hp8), ''))