I have a string below
hi
this is a text sms
text goes here
I Agree to abide all Terms & Conditions listed at abcdtexttextein visit for test sms
check sms api for testing sms service.
when i type its shows count 160 character and when i inser in sql and count it shows 165 character. my aql query given below:
SELECT len(smstext) as char FROM smsdata
How to resolve this