SQL chr(0) - Interview Questions Open Database - GeekInterview.com
What is the difference between chr(0) and NULL ... Chr(0) is one of the ascii characters Where as NULL is undefined or unknown value. SQL> SELECT ascii(chr(0)) 2 FROM DUAL; ASCII(CHR(0))...