Mysql 解决 sum求和有多位小数

select cast(COALESCE(SUM(price),0) AS DECIMAL (10, 2)) as price from shop