Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Error: No Rows found select * from otp_log where verified_at is NULL and (NOW()-created_at)<? and email_otp = ? and mobile_otp = ? 300,4906,20102
  2. Error: No rows found
  3.  
  4. select *
  5. from otp_log
  6. where verified_at is NULL and
  7. created_at > now() - ? and
  8. email_otp = ? and
  9. mobile_otp = ?
Add Comment
Please, Sign In to add comment