I am not understanding why CHR(157) is used code of ORACLE. When I executed below code i got output as 'HELLO WORLD!'
SELECT 'HELLO' || CHR(157) || ' WORLD!' FROM DUAL;
Some of editors don't display the CHR(157) value. Please let me know if anybody knows why CHR(157) is used in oracle.