/ Published in: SQL
A few examples of the NCHR function.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
--NCHR --Example 1 SELECT NCHR(120) FROM dual; --Example 2 SELECT CHR(161), CHR(161 USING NCHAR_CS), NCHR(161) FROM dual;
URL: http://www.databasestar.com/oracle-nchr