is there a PRODUCT function like there is a SUM function in Oracle SQL?

select exp(sum(ln(col)))
  from table;

edit:

if col always > 0

Leave a Comment