I created a table in Sqlite by using the CREATE TABLE AS syntax to create a table based on a SELECT statement. Now this table has no primary key b
CREATE TABLE AS
SELECT
I think adding an index on that column can get pretty much the same effect.