Created
October 8, 2017 06:14
-
-
Save allvee/93cd75c8753e6a81f6db5bfce97e2f02 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
| LOAD DATA LOCAL INFILE 'E:/SDP_Status_Response_2017_10_07_PM.txt' INTO TABLE getsubscriptionstatus | |
| FIELDS TERMINATED BY '|' | |
| LINES TERMINATED BY '\n' | |
| (ActionTime, recordSum, msisdn, ShortCode, serviceID,productID,toState,channelID,SubscriptionTime); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment