I would like to be able to mass add a certain text string to a DB table's row.
Example table look like this:
description d -id -name -tag
If d.name has LIKE %text% add 'Tag text' to d.tag.
But d.tag will have data (text) and I would like to add the new text to it.
UPDATE?