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

Reply via email to