How to get the ASCII value of first character in Oracle



In Oracle PL/SQL, the ASCII function returns the NUMBER code that represents the specified character. The syntax for the ASCII function is: ASCII( single_character )

Example

SELECT ASCII ('SHAHEER') FROM DUAL;  



 
ASCII(CHAR)

Comments

  1. thanku for these good articles.Your web site is good.Expect more .

    ReplyDelete

Post a Comment

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad