I have a column with a varchar field. In this column it has a value like this:
http://dominio/img//12.jpg
I want to make an update that leaves this field like this:
http://dominio/img/12.jpg
This // I want to remove always starts at a fixed position in the string.
How would I do this update?
The update is in the whole table.