For some reason I somehow changed an image field from using relative addressing to absolute addresses (I suspect that it might have been during some OS change a while back.) Anyway, I now have several hundred records with a field SM_IMAGE in the format
/home/leigh/Desktop/Australia/2130-2133MS.jpg
I need to change those records to the format below
MyImages/Australia/2130-2133MS.jpg
I’m guessing an SQL statement might be needed but I am unsure of the process.
The table name is called MASTER and the Field is called SM_IMAGE
Obviously I need to preserve the file name referred to.