Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TRUNC equivalent to return the decimal part?
It might work perfectly, but some simple timings show that the
subtraction method is far more efficient than MOD.
yian_at_die.net (funkia) wrote in message news:<550d192c.0304100733.18673844_at_posting.google.com>...
> > another option, try: select mod(36.675,1) from dual;
>
> guido - that's perfect, thanks!
Received on Fri Apr 11 2003 - 08:16:34 CDT
![]() |
![]() |