select chr(71)||chr(114)||chr(111)||chr(111)||chr(118)||chr(121) "Cool!" : CHR « Char Functions « Oracle PL / SQL






select chr(71)||chr(114)||chr(111)||chr(111)||chr(118)||chr(121) "Cool!"

 
SQL>
SQL>
SQL> select chr(71)||chr(114)||chr(111)||chr(111)||chr(118)||chr(121) "Cool!"
  2  from dual;
Cool!
------
Groovy

1 row selected.

SQL>
SQL> --

 








Related examples in the same category

1.CHR() function returns a character corresponding to the number passed in as the argument