I have searched and searched for an answer to this, and I think this must be child\'s play for anyone who KNOWS SQL (which is not me).
I want to insert a prefix to the v
UPDATE jos_content SET title = CONCAT('Mr. ', title) WHERE 1
Before testing the query do make a database backup.