基本信息

系统 : CentOS Linux release 7.4.1708 (Core) 产品 : OushuDB 模块 : DB 子模块 : -

描述详述

org.postgresql.util.PSQLException: ERROR: column "f_a" is of type bigint but expression is of type character varying

原因

字段是int类型,插入的是character varying,不一致

解决方案

建议改成一致
oushuDB之UPDATE异常SQL优化oushuDB之invalid byte sequence for encoding UTF8 0x00
Loading...