>What is the official way to escape table name that contains a space 
>and column name that contain a spaces?

You can use square brakets or double-quotes:

[This is a long name for a small table]
"This is a long name for a small table as well"

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to