如过count_no是int类型,就不要加引号,不然他是先将count_no转成字符串,再使用字符串比较的,所以会影响速度
使用联结on就表过滤了 把where去掉 改为and
select sum(datac.COUNT_VALUE)from T_JL_COUNT_DATA datac, T_JL_XC_RESULT a where datac.COUNT_NO=45 and a.id=datac.RESULT_ID