MySQL Supprimer la balise HTML

SELECT
REGEXP_REPLACE(posting_items.description, '<[^>]*>|&nbsp;', '') AS clean_description
FROM Table
simpaul13