I have a large database which contains records that have tags in them and i would like to remove them. Of course there is the method where i create a php script that selects all ... strip_tags a update the database, but this takes a loong time. So how can I do this whit a simple (or complicated) Mysql query? Thanks.
|
feedback
|
|
I don't believe there's any efficient way to do this in MySQL alone. MySQL does have a | |||
|
feedback
|