Sunday, September 11, 2011

Oracle/PLSQL: Ascii Function

The ascii function returns the NUMBER code of the given character.

Syntax:

           ascii( 'single character');


For example:

     ascii('R') is 82
     ascii('t') is 116


for more on ASCII values click here

No comments:

Post a Comment