CHR « Char Functions « Oracle PL / SQL






1.CHR() function returns a character corresponding to the number passed in as the argument
2.select chr(71)||chr(114)||chr(111)||chr(111)||chr(118)||chr(121) "Cool!"