EXP-SUM-LOG and LOG-SUM-EXP
Recently had to find the products of all rows for a specific column in SQL. I expected to find an aggregate function similar to SUM, named PRODUCT, but it doesn't exist. Instead there is a trick to take the logarithm of a field, sum those results, ...
wind010.hashnode.dev2 min read