alexfwalker81
Member
- Local time
- Today, 04:51
- Joined
- Feb 26, 2016
- Messages
- 100
I have two tables in my database, one with a long text field in which I'd like to perform a find and replace.
However, the find and replace is not static. So in my second table, I have the values to find and the values to replace, e.g.;
How can I write a function which would look for instances of 'Find' and then replace with the values in 'Replace'?
However, the find and replace is not static. So in my second table, I have the values to find and the values to replace, e.g.;
Find | Replace |
A | S |
B | T |
C | U |
D | V |
E | W |
How can I write a function which would look for instances of 'Find' and then replace with the values in 'Replace'?