To_number Function Is genarting exponatial out put is the number is morethan 15 digit
select to_number('5131427328503192','9999999999999999') from dual
output:5.13142732850319E15
How i can make the out put as is number
0
select to_number('5131427328503192','9999999999999999') from dual
output:5.13142732850319E15
How i can make the out put as is number