如图所示报错非法0长度是什么意思呢,我这个esle之后的0给单引号和不给都是包这个错select t.rq, t2.rybh, t4.zgxm, t4.bmbh, t5.bmmc, t2.khdh, t2.zhmc, t.lc_cph, t3.prod_name, case when prod_name like '%保本%' or prod_name like '%慧盈%' or prod_name like '%龙盈(定向)59号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈48期%' or prod_name like '%新盈168号%' then t.lcfe_nrj * t2.qz else '0' end bblcnrj, case when prod_name not like '%保本%' and prod_name not like '%慧盈%' and prod_name not like '%龙盈(定向)59号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈48期%' and prod_name not like '%新盈168号%' then t.lcfe_nrj * t2.qz else '0' end fblcnrj, case when prod_name like '%保本%' or prod_name like '%慧盈%' or prod_name like '%龙盈(定向)59号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈48期%' or prod_name like '%新盈168号%' then t.lcfe_yrj * t2.qz else '0' end bblcyrj, case when prod_name not like '%保本%' and prod_name not like '%慧盈%' and prod_name not like '%龙盈(定向)59号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈48期%' and prod_name not like '%新盈168号%' then t.lcfe_yrj * t2.qz else '0' end fblcyrj, case when prod_name like '%保本%' or prod_name like '%慧盈%' or prod_name like '%龙盈(定向)59号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈(定向)60号%' or prod_name like '%龙盈48期%' or prod_name like '%新盈168号%' then t.lcfe * t2.qz else '0' end bblcye, case when prod_name not like '%保本%' and prod_name not like '%慧盈%' and prod_name not like '%龙盈(定向)59号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈(定向)60号%' and prod_name not like '%龙盈48期%' and prod_name not like '%新盈168号%' then t.lcfe * t2.qz else '0' end qtlcye from LCZHMX_RJB t left join (SELECT CARD, MAX(ACCOUNT) ACCOUNT FROM link GROUP BY CARD) t1 on substr(t1.card, 5, 16) = t.kh left join kmryzhqdck t2 on t2.zhdh = substr(t1.account, 1, 16) left join FNC_PROD_INFO t3 on t3.prod_code = t.lc_cph left join ryb t4 on t4.rybh = t2.rybh left join bmb t5 on t5.bmbh = t4.bmbh where t.rq in (select max(rq) from LCZHMX_RJB where rq <= '#sjrq') and t2.rybh like '%#rybh' and exists (select zbmbh from bmybmdyb b where t4.bmbh=b.zbmbh and b.bmbh = '#bmbh')"有没有大佬帮忙看看