SQLite add Primary Key

前端 未结 11 2474
你的背包
你的背包 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:26

    Use tool like DB Browser for SQLite, it allows to add PK, AI by simple right clicking on table -> modify.

提交回复
热议问题