Jump to content

search and replace using a sql statement


n8w

Recommended Posts

I have a column that has values like

 

record 1 = bob,nancy, sally

record 2 = bob,nancy

record 3 = nancy, sally

 

What I would like to do is replace all instances of nancy with betty so all my records would look like this

 

record 1 = bob,betty, sally

record 2 = bob,betty

record 3 = betty, sally

 

can someone please point me in the right direction of what my sql statement should look like?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.