Hi Friends,
How to append zeroes before any number with to_number function?
For Example....
select to_number('009015','009999') Col from dual
Above query is displaying result as
Col
==============
9015
But i want to display as
Col
==============
009015
In the result number should in number format but NOT IN VARCHAR format...