解决方法: cast(isnull(A.JCJGDL,0) as numeric(14,4)) AS JCDLJG
标签:numeric
四、PostgreSQL常用数据类型(精简)
1、数值数据类型 名称 描述 存储大小 范围 integer 存储整数。使用这个类型可存储典型的整数 4字节 -2147483648 至 +2147483647 bigint 存储整数,大范围。 8字节 -9223372…
【MySQL】语法简介
本篇文章主要简介下MySQL中where,group by ,order by ,limit,join,union ,union all,子表等查询语法。 测试数据准备 create table emp ( empno …