On Thu, Mar 06, 2003 at 12:05:30PM -0600, Dave Rolsky wrote: > On Wed, 5 Mar 2003, Tim Bunce wrote: > > > Or trunc() / truncate to match the Oracle SQL function that does > > the same thing. It's definitely not 'rounding', though there is > > some use for rounding and Oracle has a round() function for dates. > > I like truncate. I think its a winner ;) > > What does Oracle's round() do, BTW?
Looks like this does a reasonable job of explaining it: http://www.unix.org.ua/orelly/oracle/prog2/ch12_01.htm Tim.
