Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie: How to add Non-breaking Space in a database field?

Re: Newbie: How to add Non-breaking Space in a database field?

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Mon, 6 Mar 2006 17:08:37 +0100
Message-ID: <440c5e07$0$21895$636a55ce@news.free.fr>

<flashguru_in_at_yahoo.com> a écrit dans le message de news: 1141659980.338283.149080_at_u72g2000cwu.googlegroups.com...
| Hi,
|
| Can anybody tell me how to insert a Non-breaking Space (ASCII 160) in a
| field using SQL? I use SQL*Plus.
|
| Any comments would be appreciated.
|
| Thanks,
|
| Raj.
|

insert into t values (ascii(160));

But SQL*Plus doesn't know it as "Non-breaking Space" it just knows it as ascii(160).

Regards
Michel Cadot Received on Mon Mar 06 2006 - 10:08:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US