码迷,mamicode.com
首页 > 数据库 > 详细

Postgresql operator does not exist: numeric = character varying

时间:2019-12-20 20:53:13      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:sql   postgresq   exist   现在   pre   sele   weight   res   select   

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

标签:sql   postgresq   exist   现在   pre   sele   weight   res   select   

原文地址:https://www.cnblogs.com/penghq/p/12074832.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!