Zkontroloval jsem váš sqlfiddle.
Získáte tím neplatné řádky:
SELECT * from myTable where content<>REPLACE(content,'\\\"','\"')
Pokud to funguje, můžete jednoduše aktualizovat svůj content
sloupec na REPLACE(content,'\\\"','\"')
.
Zkontroloval jsem váš sqlfiddle.
Získáte tím neplatné řádky:
SELECT * from myTable where content<>REPLACE(content,'\\\"','\"')
Pokud to funguje, můžete jednoduše aktualizovat svůj content
sloupec na REPLACE(content,'\\\"','\"')
.