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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to