Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to find ASCII value of TAB ?

Sreekanth MunagalaJul 18 2009 — edited Jul 19 2009
Hi Friends,

I am trying to find the ASCII value of the TAB character using the standard ASCII function like:

SELECT ASCII('<TAB>') FROM DUAL;

I am executing the above command in SQL*Plus.

It is not treating it as TAB.
It is treating it as space and giving ASCII value of Space -32.

Please let me know how to achieve this?

Database Version - 9i

Regards
Sreekanth Munagala.
This post has been answered by 706055 on Jul 18 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2009
Added on Jul 18 2009
17 comments
17,035 views