Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert Text into column

Status
Not open for further replies.

obryant32

IS-IT--Management
Feb 20, 2003
66
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top