OK, so I'm not sure how to go about this. I have a column in one of my tables that stores the URL to a file that is saved on the hard drive. We then use that value to display a link to the file within our application. We recently copied all the files that have been uploaded into our system to a new server and now we need add another switch to the URL in every record
SO, let's say the current value is
I need it to be
So I need to add the "/new-test" switch to every url record in that column in that particular table.
Is there a way to write an update statement that will add the switch?
Thanks,
Matt
SO, let's say the current value is
I need it to be
So I need to add the "/new-test" switch to every url record in that column in that particular table.
Is there a way to write an update statement that will add the switch?
Thanks,
Matt