MySQL>=5.5 fournit des fonctions XML pour résoudre votre problème :
SELECT ExtractValue(field, '//text()') FROM table;
Référence :https://dev.mysql.com/doc /refman/5.5/en/xml-functions.html
MySQL>=5.5 fournit des fonctions XML pour résoudre votre problème :
SELECT ExtractValue(field, '//text()') FROM table;
Référence :https://dev.mysql.com/doc /refman/5.5/en/xml-functions.html