Created
August 5, 2019 04:29
-
-
Save jamesasu/b6c211c9bdb6233deda0133da3c5d08e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
MobileMessageTrackingID, | |
EID, | |
MID, | |
Mobile, | |
MessageID, | |
KeywordID, | |
CodeID, | |
ConversationID, | |
CampaignID, | |
Sent, | |
Delivered, | |
Undelivered, | |
Unsub, | |
OptIn, | |
OptOut, | |
Outbound, | |
Inbound, | |
CreateDateTime, | |
ModifiedDateTime, | |
ActionDateTime, | |
MessageText, | |
IsTest, | |
MobileMessageRecurrenceID, | |
ResponseToMobileMessageTrackingID, | |
IsValid, | |
InvalidationCode, | |
SendID, | |
SendSplitID, | |
SendSegmentID, | |
SendJobID, | |
SendGroupID, | |
SendPersonID, | |
SubscriberID | |
FROM | |
_smsmessagetracking |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment