|
-
Dec 22nd, 2005, 08:23 AM
#1
Thread Starter
Frenzied Member
Update a word in entire table [RESOLVED]
Hello everybody,
Someone generated SQL script for data migration and misspelled the word "Install" with "Instal". This is only in one field of a table but the table contains massive records.
Is there some way to write a script to update Title field in such a way if it contains the word Instal, it should be replaced with Install. I have seen Instal is at the end of the other data.
For example:
abc
abc2
xyz Instal
xyz2Instal
This field should be:
abc
abc2
xyz Install
xyz2Install
Thanks.
Last edited by usamaalam; Dec 22nd, 2005 at 09:17 AM.
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
|