Forum Moderators: coopster
Does anyone know how to find and repleace in a data base?
1) It's all in one field.
2) I need to find and replace a phrase within an array seperated by commas
ie) me, you, him, her....change to me, us, him, her
I was thinking somethink like:
Select * from 'table' where column LIKE '%you%' replace 'you' with us;
Thanks,
Matt