Jean-Denis Muys <jdm...@kleegroup.com> wrote:
> My create table statement (program-generated from a text file) below
> yields a syntax error.

Column names should be valid identifiers (a sequence of digits, letters 
and underscores that doesn't begin with a digit), or else enclosed in 
double quotes, as in

create table document ("TC1.DOCUMENT.SORT" TEXT, ...)

The same is true for table names, index names and so on.

Igor Tandetnik



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

Reply via email to