set a set alll product to column in mysql code example
Example: product of a column in mysql
SELECT ROUND(EXP(SUM(LOG(column_name))), 2) as result from <table>
SELECT ROUND(EXP(SUM(LOG(column_name))), 2) as result from <table>