How to delete part of a MySQL database record?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-23T05:51:28Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 339

Filed under:

I want to delete part of a record. For example, a column called "message" contains the following string:

"Hi, My name is John"

I want to delete just "John" from the above while retaining the "Hi, My name is" part in tact.

How can this be done?

© Stack Overflow or respective owner

Related posts about mysql