Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Histogram Helper
Hi Ian,
Good catch, thanks. I've fixed it.
@ Regards,
@ Steve Adams
@ http://www.ixora.com.au/
@ http://www.christianity.net.au/
-----Original Message-----
Sent: Friday, 13 April 2001 10:49
To: 'Steve Adams'
I fetched the code off the IXORA website, and I believe it can give erroneos results. The line which begin
ratio_to_report(count(*))...
should be changed to
ratio_to_report(count(&ColumnName)) ....
Ohrerwise if the distribution of values in the column is uniform with the exception of a great many nulls, then the distribution of values will be reported as skewed with one popular value.
Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu
-----Original Message-----
Sent: Friday, April 06, 2001 3:33 AM
To: LazyDBA mailing list
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Steve Adams INET: steve.adams_at_ixora.com.au Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Apr 12 2001 - 20:27:37 CDT
![]() |
![]() |