|
-
Aug 2nd, 2003, 01:43 AM
#1
Thread Starter
Stuck in the 80s
[Resolved] SQL Update/Replace Help
Let's say I want to run a query that will replace the word dog with cat in all records. How could I accomplish that?
I know worst case scenario, I could just loop through each record, run str_replace() on it, then update the record with the new text, but I'm hoping there's an easier way?
Last edited by The Hobo; Aug 3rd, 2003 at 02:42 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|