C
Christofer Dutz
Hi,
I am working on a small DB-application and have run into the folowing
problem:
I want to replace any ocurences of a string by another. This would be no
problem, if i wanted to replace the entire database-field. My first
attempt was to Select all records using the LIKE keyword and then update
every entry one after the other. I think there must be a more performant
way to do this. I managed to create an update statement, that updates
one and only one occurence of a string, but failes if the string
contains two or more of these string-fragments.
Anny Ideas?
Chris
I am working on a small DB-application and have run into the folowing
problem:
I want to replace any ocurences of a string by another. This would be no
problem, if i wanted to replace the entire database-field. My first
attempt was to Select all records using the LIKE keyword and then update
every entry one after the other. I think there must be a more performant
way to do this. I managed to create an update statement, that updates
one and only one occurence of a string, but failes if the string
contains two or more of these string-fragments.
Anny Ideas?
Chris