On 4/5/2012 12:18 PM, inq1ltd wrote:
I have a program that is complete and in testing.
In testing we found that sqlite complains if a
table is named using a leading text numeral.
For example I can't name a table "12-0401".
Table name must be an identifier, or else surrounded by double quotes, as in
create table "12-0401" ("a column with spaces" text);
--
Igor Tandetnik
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users