Produit d'une colonne à MySQL

SELECT ROUND(EXP(SUM(LOG(column_name))), 2) as result from <table> 
SemicolonForgotten