>  For example if I "SELECT Col 1 FROM..." I get a "syntax error near 1"
> (which I'd expect).  If I try 'SELECT "CoL 1" FROM...", I get and error "no
> such column "Col1" - notice there is no space in the column name listed in
> the error message".
>

Are you escaping the quotes for whatever language / tool you are using
so they are passed to SQLITE?

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

Reply via email to