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