Hi, Is there an easy way to handle the where in SQL clause like:
<select id="getValidCoupon" parameterClass="array??" resultClass="map"> select productId, ID from table where p_id in ( #list of values# ) </select> Thanks, Steve.
Hi, Is there an easy way to handle the where in SQL clause like:
<select id="getValidCoupon" parameterClass="array??" resultClass="map"> select productId, ID from table where p_id in ( #list of values# ) </select> Thanks, Steve.