Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Simple rounding query
In article <caovo8$eh1$1_at_panco.nettuno.it>, Cris Carampa says...
>
>
> z := trunc(x/y)+case x mod y when 0 then 0 else 1 end ;
>
>
OK looks like it uses the same method (expressed differently) as the
solution I created.
Thanks!
-- jeremyReceived on Wed Jun 16 2004 - 03:47:31 CDT