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?