Postgresql operator does not exist: numeric = character varying

Posted 小泉哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Postgresql operator does not exist: numeric = character varying相关的知识,希望对你有一定的参考价值。

select  cast(series_id as varchar(64)),series_name  from svcm_t_series_res;

原来series_id是numeric型,现在转换为varchar(64);

以上是关于Postgresql operator does not exist: numeric = character varying的主要内容,如果未能解决你的问题,请参考以下文章