What is the difference between
> mprintf("insert into a values(%Q);", val);
>
and
> mprintf("insert into a values('%q');", val);
>
If there is no difference, why have two almost identical things?
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

