查询count(*)--------abatis
<select id="cn.gov.cpc.server.Offer.queryOfferTotal" resultClass="int" >
<![CDATA[ select COUNT(*) ]]>
from ctwob.offer where car_id = #car_id#
</select>
可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee
<select id="cn.gov.cpc.server.Offer.queryOfferTotal" resultClass="int" >
<![CDATA[ select COUNT(*) ]]>
from ctwob.offer where car_id = #car_id#
</select>