我想使用一個動態的sql語句,只在變量不爲空且大於零時才執行。像這樣:ibatis動態sql使用兩個條件
<isNotNull prepend="AND" property="ProprietaryId">
<isGreaterThan prepend="AND" property="ProprietaryId" compareValue="0">
G.PROPRIETARY_ID = #ProprietaryId#
</isGreaterThan>
</isNotNull>
但沒有預先計劃兩個AND。
我已閱讀文檔,但沒有找到好的例子。
謝謝!我認爲前置是必需的.. – anthonybell 2012-07-26 20:27:34