Hi guys
You might probably find this very easy but please forgive me if you do. I have a value with decimal places and I want to remove those decimals. What command do I use to do this?
<select 12.54 from dual>
The select above returns 12.54 and I want to return 1254. How do I do this?
Thanks for all your help.