What is the syntax for specifying a primary key on more than 1 column in SQLITE ?
According to the documentation, it's
CREATE TABLE something ( column1, column2, column3, PRIMARY KEY (column1, column2) );
1.4m articles
1.4m replys
5 comments
57.0k users