在后台運行程序時,數據庫報錯 ERROR: COALESCE types character varying and integer cannot be matched
coalesce(b.chk_type,-1) 中 b.chk_type是字符類型,與-1不匹配
建議,將使用字符串 '-1'
或 將字段轉換成數值類型 視情況而定
在后台運行程序時,數據庫報錯 ERROR: COALESCE types character varying and integer cannot be matched
coalesce(b.chk_type,-1) 中 b.chk_type是字符類型,與-1不匹配
建議,將使用字符串 '-1'
或 將字段轉換成數值類型 視情況而定
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。