Hi, I would like to
insert into sometable values ( someid , text ) ;
but 'text' contains a few commas, and then it
would look like
(...) values ( someid , text , text2 , text3 ) ;
Is there a syntax to do that properly, maybe
like C string constants ("text,\"text\",text\n")?
Thanks,
MaurĂcio
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

