Guest User

Untitled

a guest
Aug 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ## The query
  2. SELECT id
  3. FROM payments
  4. WHERE pa_checked=0
  5. AND pa_method=0
  6. AND pa_date >= now()
  7.  
  8. ### The row
  9. pa_checked = 0
  10. pa_date = 2010-12-06 04:10:01
  11. pa_method = 0
Add Comment
Please, Sign In to add comment