Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need a "div" function for SQL*Plus
chrisoc_at_ans.net wrote:
: To work with some dates stored as long integers I would really
: like a "div" function. I see "mod" but not "div".
: I have to do a lot of "divving" by 86400, the number of
: seconds in a day, to group records by day.
round(x/86400)
--
rgds
Stephen
Received on Sat Jan 09 1999 - 12:34:10 CST
![]() |
![]() |