Re: insert with entity recognition

From: yossarian <yossarian99_at_operamail.com>
Date: Tue, 17 Aug 2010 14:18:56 +0200
Message-ID: <4c6a7e31$0$30902$5fc30a8_at_news.tiscali.it>



okey wrote:

> &#0174 is a copyright symbol

Actually, it's the "registered trade mark" symbol.

> How can we make insert entity encode on the fly?, as in
>
> insert into product (title) values ('&#0174');

You have to use the Unicode exadecimal character number code, i.e.:

insert into product (title) values (unistr('\00AE')) ;

HTH         Y. Received on Tue Aug 17 2010 - 07:18:56 CDT

Original text of this message