Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: simple SQL question about dividing numbers
thank you. Do you know what the function 'floor' does? It looks like the same as trunc then.
"DStevens" <dstevens_at_navidec.com> schreef in bericht news:a4s0f6$otv$1_at_newsreader.mailgate.org...
Trunc
select 16/5, trunc(16/5) from dual;
16/5 TRUNC(16/5)
Elapsed: 00:00:00.01
SQL>
Julian Kooiker wrote:
Hi,
I have a little problem and I can't find it in the documentation of sql. (I
have a small learning book).
If I divide a number, for example 16 / 5 then I want to grab only the number
before the comma. Which function do I need to use?
Julian Kooiker Received on Tue Feb 19 2002 - 01:27:30 CST
![]() |
![]() |