On May 16, 2012, at 1:15 PM, Jean-Christophe Deschamps wrote:

> This FAQ topic doesn't apply here.  We're talking about schema names or 
> keywords, while FAQ#14 is literal escaping a single quote.

create table "foo""bar" ( baz );

select * from "one""two";

select * from sqlite_master;

table|foo"bar|foo"bar|9|CREATE TABLE "foo""bar" ( baz )
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to