I am trying to add a string with “There’s ” into the adobe sqlite. and it is indicating there is an error with the ‘s within the string? Is there anyway i can add ‘s into SQL statement?
INSERT INTO TABLE_1 VALUES(null,"name","There's a string here here",1);
Try: