Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: tab ascii value
I'm not sure about the tab. I did the
following ('tab' is between the ' '):
SQL> select dump(' ') from dual;
DUMP('')----------------Typ=96 Len=1:
> -----Original Message----- >
From: Tatireddy, Shrinivas (MED, Keane) > [<A
href="mailto:Shrinivas.Tatireddy_at_med.ge.com">mailto:Shrinivas.Tatireddy_at_med.ge.com]
> > how to find out the ascii
value of tab, new line > <FONT
size=2>> for new line it is 10 > for tab it is
9 > > but how to get
from the following statement. > <FONT
size=2>> select ascii(??????) from dual;
I don't remember if this has been answered already, but read
the documentation on the DUMP and CHR functions.
SQL> select dump ('A') from dual ;
DUMP('A') ----------------
![]() |
![]() |