Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <select id="getMyElement" resultMap="myMap">
  2. select col1, col2
  3. <isEqual property="PropertyId" compareValue="MyValue%">
  4. from table 1
  5. </isEqual>
  6. from table 2
  7. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement