Hi list, I'm searching for a possibility to use a part of a sql statement more than once. E.g. I have a very large WHERE clause which always contains the same elements. For maintencance reasons it would be very helpful to have this elements seperated in another snippet. Is this possible with ibatis?
Thanks, Markus

