On 11 Jun 2018, at 9:07am, Peter Nacken <[email protected]> wrote:
> I try to insert email addresses into a table and get an error with addresses > they have a single quotation mark ( na'[email protected] ). > > Sorry I'm facing this problem for weeks, I can't find a solution. Every single ' character in a string needs to become two ' characters. You can write a function which accepts one string and produces another with this change made. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

