摘要: 可能的原因: 1、select语句中join时,关联条件上的字段数值类型不同,需要转换数值类型,如to_char(a.no) = b.no(或cast()函数) 阅读全文
posted @ 2017-06-07 15:41 VNX 阅读(2331) 评论(0) 推荐(0) 编辑