Deleting partial data from a field in MySQL
Posted
by Graham
on Stack Overflow
See other posts from Stack Overflow
or by Graham
Published on 2010-05-04T23:46:41Z
Indexed on
2010/05/04
23:58 UTC
Read the original article
Hit count: 222
I am trying to remove a specific set of data from a MySQL database field, however I am not sure what the best statement would be for this. For example, if I have a data in a field such as...
The use of a secondary password will allow you to gain access to your account from a non-authenticated computer. A non-authenticated computer is any computer that is not your primary computer, an elected authenticated computer or a computer that automatically deletes cookies.
<p>This is a test</p>
...and I want to remove <p>This is a test</p>
from the field, what statement would be best?
© Stack Overflow or respective owner