Good morning,
given the value:
5433.43567
I'd like to know if there is a function such that
f(5433.43567) = 5433
and another such that
f2(5433.43567) = 0.43567
Without any rounding, truncation or other "special effects" ;). I can synthesize those functions using to_char, string manipulation and to_number but I'd like to make sure that I didn't miss a simpler way or, a combination of those functions that is really simple (the stuff I've come up with is hardly simple :( )
Thank you for your help,
John.