I want to update a row which has some html tags inside. For instance
src='/imagem.png'></ p></ body>
> UPDATE ISTANBUL_TABLE SET TEXT = '<
> body>< p>< img src='/imagem.png '></
> p></ body>' WHERE 1=1
you see after src=' means the query ends, but it does not end. how can i solve it without using " (double comma). any solution please?
best regards bk