For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello Folks,
I want to know what the TO_NUMBER function does when we add the format string 'X' as its second parameter.
For example, consider the below query,
select to_number('12345','XXXXX') from dual;
Result:
74565
Thanks!