I have a MySQL table that I wanna mass update. However I just want part of the value updated. If this is possible.
Table: ibf_downloads_files_records
Column: record_location
I want to change everything that says
http://www.mysite.com/files/ to
http://cdn.mysite2.com/
Thanks in advance!