postgreSQL除法保留小数

类型转换
postgres=# select round(1::numeric/4::numeric,2);
 round 
-------
  0.25

原文地址:https://www.cnblogs.com/zhange000/p/11757800.html