statistics [message #93152] |
Mon, 31 March 2003 20:03 |
kshathrya
Messages: 29 Registered: October 2001
|
Junior Member |
|
|
Hi,
I looking for a program that can calculate the min, max,avg, unique, null and so on and in addition calculate the values in histogram type...
for example: if i have a table t1 with columns c1, c2, c3
and if c1 has values like: 2, 7, 15, 24, 29, 38
i want it to calculate the values like
c1:
1-10: 2
11-20: 1
21-30: 2
31-40: 1
like histogram. in addition, if i can invoke something to have it like a html output with some nice graphs that will be awesome.
can oracle datamining or discoverer do this?
please advice.
ks
|
|
|