1.

How to return the ASCII value of a character in PL/SQL?

Answer»

NCHR is a function in PL/SQL that RETURNS the character BASED on the SPECIFIED number, which is an ASCII value. An EXAMPLE:

NCHR(77)

It displays the associated character:

M


Discussion

No Comment Found