{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » SQL Query Gammu Outbox for sending SMS
SQL Query Gammu Outbox for sending SMS
INSERT  INTO  `outbox` (  `UpdatedInDB` ,  `InsertIntoDB` ,  `SendingDateTime` ,  `Text` ,  `DestinationNumber` ,  `Coding` ,  `UDH` ,  `Class` ,  `TextDecoded` ,  `ID` ,  `MultiPart` ,  `RelativeValidity` ,  `SenderID` ,  `SendingTimeOut` ,  `DeliveryReport` ,  `CreatorID`  )
VALUES (
NOW(  ) ,  ‘0000-00-00 00:00:00′,  ‘0000-00-00 00:00:00′,  NULL ,  ‘+628155031882′,  ‘Default_No_Compression’,  NULL ,  ‘-1′,  ‘Haloo… Hari ini aku pulang ke madiun’,  NULL ,  ‘false’,  ‘-1′,  NULL ,  ‘0000-00-00 00:00:00′,  ‘default’,  ”
);
Filed under: 7. Operating System







