Hi! I would like to get a parameter in my sql and by that to decide if to use prepend="OR" or prepend="AND"
<isNotEqual prepend="<here to write the parameter of the query>"
property="maxprice"
compareValue="0">
price BETWEEN #price# AND #maxprice#
</isNotEqual>
How can I do it?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
