📅  最后修改于: 2022-03-11 15:04:42.395000             🧑  作者: Mango
best solution for me was to use char(ASCII number)
for example: char(39) is '
query example: select * from table replace (column, char(36), " ")="value"
replace with space or anything, and compare it as such.
hope this helps!!!! <3