Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $P{theParameter} == "value_1" ?
  2. (" AND CONDITION_1 IN ('A', 'B', 'C') AND CONDITION_2 = 'Yes' "
  3. ) : " AND CONDITION_3 = 'Other' AND CONDITION_4 = 'No' "
  4.  
  5. WHERE
  6. .... = .....
  7. AND .... = ....
  8. AND .... = ....
  9. $P!{theParameter}
  10.  
  11. WHERE
  12. .... = .....
  13. AND .... = ....
  14. AND .... = ....
  15. AND thisValue = $P!{theParameter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement