I’m not big on SQL queries so could use a hand here..
In the wp_postmeta table I want to update all of the meta_value fields where the meta_key field is equal to either file_1, file_2 or file_3. I want to prepend the current content of meta_value with a string of text (string is currently image-1.jpg or similar).
I’m comfortable running a query through phpmyadmin. Any help greatly appreciated!
You could try with:
Try it before. I didn’t test it.
Something like this should work. See Update Syntax.