Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. SELECT
  2. _ContactID AS ContactID,
  3. _DeviceID AS DeviceID,
  4. _APID AS APID,
  5. _Status AS Status,
  6. _CreatedDate AS CreatedDate,
  7. _ModifiedDate AS ModifiedDate,
  8. 'MUDAR' AS BusinessUnit
  9.  
  10. FROM
  11. _PushAddress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement