| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Not Sure Which Analytic To Use
I have to count a bunch of calls into the service area by provider and
create a report of the "lower quartile(maybe list the lowest 25%)"
I tried NTILE but since I'm ordering by a COUNT exression, and many providers have the same count, I'm seeing the same counts across different quartiles. According to the docs, this is standard behaviour.
I also tried using PERCENT_RANK, but it gives results in the range of 0 to 1. I'm not sure how to evaluate the results to give me what I need.
Any suggestions ? Received on Mon May 10 2004 - 07:59:39 CDT
![]() |
![]() |