Don't you have to specify a column type for test_1? RobR
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Brandon Pimenta Sent: Friday, August 03, 2012 9:09 AM To: [email protected] Subject: [sqlite] AUTO_INCREMENT error I cannot use AUTO_INCREMENT. Here's my query: CREATE TABLE test ( test_1 NOT NULL AUTO_INCREMENT ); Running this query gives me "SQL error: near "AUTO_INCREMENT": syntax error". What does this mean? SQLite 3.6.12 _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

