For example:
In my table I have text field with following text:
The quick brown fox jumped over the lazy dog.
How can I find brown fox and delete it, so that new field value is:
The quick jumped over the lazy dog.
Is this possible to do with MySQL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EDIT: As @Cranio pointed out, we need to remove spacing on either side of ‘brown fox’ in order to get the anticipated result.