Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Select isActive from users where create_time <= TIMESTAMPADD(MINUTE,
  2. ${AUTO_EXPIRY_DB_DAYS * HOURS_24 * MINUTES_60}, sysdate())
  3. and isVerified=false;
  4.  
  5. userQuery.filter(user => user.isVerified === FALSE && user.createdDate
  6. <= ?????).map(_.isActive)
Add Comment
Please, Sign In to add comment