hi

i am pretty new to mysql, sorry if the question is to dum.

how can i search " <a href="http://depositfiles.co m/files/*********"> " and delete it?
every * is a number or a character.

i found this on the internet:
UPDATE wp_posts SET `post_content`
= REPLACE (`post_content` ,
'blabla',
' ');

but it can be used only for exactly...