Guest User

Untitled

a guest
May 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. INSERT ignore INTO data_protected_devices(
  2. insight_id, idjv, push_token
  3. )
  4. SELECT users.insight_id, users.idfv, users.push_token
  5. FROM users
  6. WHERE apps.token = "6178253f-1474-4e22-8706-8c63b7753256"
  7. AND users.idfv IN ("38F4693F-65E4-4967-886B-FD4026B94527")
  8. ;
Add Comment
Please, Sign In to add comment