MySQL Ersetzen Sie das HTML -Tag entfernen

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