Not being an Oracle expert, I'm running into a little problem. I have an Oracle database which is storing decimals as numbers (i.e. 2.15 == 215).. When selecting out of the database, how do I get 2.15 instead of 215?
Or must I do this in PHP? I would hate to have to use substr to reformat...
Thanks,