is there a PRODUCT function like there is a SUM function in Oracle SQL? May 16, 2023 by Tarik select exp(sum(ln(col))) from table; edit: if col always > 0