I have a database called Database and a table called Table and a column in Table feed_meta that contains as part of the data this “&query=d|e|” in a much longer URL. How do I find instances of this and replace with “&query=a|b|c|d|e|” without wiping out the other data parts of the URL string?
Share
1 Answer