CREATE TABLE "main"."proto" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT
NULL , "name" TEXT)
CREATE TABLE "main"."clone" as select * from PROTOThe primary key of table CLONE is defined as "INT" not "INTEGER". Regards Tim Romano Swarthmore PA _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

