mysql remplacer la balise html de suppression
SELECT
REGEXP_REPLACE(posting_items.description, '<[^>]*>| ', '') AS clean_description
FROM Table
simpaul13
SELECT
REGEXP_REPLACE(posting_items.description, '<[^>]*>| ', '') AS clean_description
FROM Table