Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. select
  2. umfalertco0_.id as id1_0_,
  3. umfalertco0_.action as action2_0_,
  4. umfalertco0_.creation_date as creation3_0_,
  5. umfalertco0_.creation_user as creation4_0_,
  6. umfalertco0_.delay as delay5_0_,
  7. umfalertco0_.description as descript6_0_,
  8. umfalertco0_.last_updated_date as last_upd7_0_,
  9. umfalertco0_.last_updated_user as last_upd8_0_,
  10. umfalertco0_.optional_email as optional9_0_,
  11. umfalertco0_.product as product10_0_,
  12. umfalertco0_.trigger_event as trigger11_0_,
  13. umfalertco0_.trigger_event_type as trigger12_0_,
  14. umfalertco0_.valid_from as valid_f13_0_,
  15. umfalertco0_.valid_to as valid_t14_0_
  16. from
  17. UMF_ALERT_CONFIGURATION umfalertco0_
  18. where
  19. umfalertco0_.trigger_event=?
  20. and umfalertco0_.valid_from<=?
  21. and umfalertco0_.valid_to>=?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement