![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: NCHR
Definition: NCHR(number) Example Usage: The query below returns the character equivalent of ASCII code 65. SQL> SELECT NCHR(65) FROM DUAL; The query below shows the reverse path of ASCII code 65 using the ASCII function. SQL> SELECT ASCII(NCHR(1)) FROM DUAL; Related Links: |
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 492 users online © 2009 psoug.org |