SQLite add Primary Key

前端 未结 11 2442
你的背包
你的背包 2020-11-28 06:07

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

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 06:35

    I think adding an index on that column can get pretty much the same effect.

提交回复
热议问题