convert to html within MySQL
Dear fellow MySQL users,
I want to convert some text to html entities within MySQL (like the htmlentities() PHP function). That is, I'm looking for some function foo() such that:
select foo('Mélanie');
returns 'Mélanie'.
How can I do that in MySQL?
Regards,
Jerome
Subject
Views
Written By
Posted
convert to html within MySQL
6924
November 20, 2006 01:27PM
3406
December 01, 2006 05:28AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.