Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie: How to add Non-breaking Space in a database field?
<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
![]() |
![]() |