Guest User

Untitled

a guest
Sep 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. SELECT sale_alerts_id,email,first_name,last_name,address_1,address_2,apt_for_suite,city,state,zip_code,phone,cast(capture_tmst as char),capture_id,associate_id,store_nbr,cast(last_updated_tmst as char),subscribed_ind,cookie_id
  2. FROM account.est_sale_alerts
  3. WHERE last_updated_tmst>"2018-09-13 12:14:58"
  4. AND last_updated_tmst <= "2018-09-14 00:30:45:502767"
  5. AND 1=1;
  6.  
  7. SELECT sale_alerts_id,
  8. email,
  9. first_name,
  10. last_name,
  11. address_1,
  12. address_2,
  13. apt_for_suite,
  14. city,
  15. state,
  16. zip_code,
  17. phone,
  18. cast(capture_tmst as char),
  19. capture_id,
  20. associate_id,
  21. store_nbr,
  22. cast(last_updated_tmst as char),
  23. subscribed_ind,
  24. cookie_id
  25. FROM account.est_sale_alerts
  26. WHERE last_updated_tmst>"2018-09-16 00:30:45"
  27. AND last_updated_tmst <= "2018-09-16 12:30:46:462785"
  28. and 1=1;
Add Comment
Please, Sign In to add comment