Subject aggregate product() or equivalent
Author unordained
Is there an aggregate function that multiplies all non-null values to provide a result? If not, is
it possible to write aggregate functions as UDF's? (Does anyone have any examples?) This would be
to use in a select with group-by, to find total ratios for several items at once, based on the
product of component ratios.

-Philip