CREATE TABLE LastSyncedRatings ( DapID TEXT PRIMARY KEY, MetadataHash TEXT PRIMARY KEY, Rating INTEGER NOT NULL )
Pavel Ivanov wrote: > What create table statement did you use? > > Pavel > > 2009/5/29 "Andrés G. Aragoneses" <[email protected]>: >> I just tried to create a primary key with 2 columns and got this error: >> >> "sqlite error" "table X has more than one primary key" >> >> >> Doesn't SQLite support this?? :o >> >> Andres >> >> -- >> >> _______________________________________________ >> 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 > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

