如何给sqlite数据库设置自增字段

2025-02-23 08:46:26
推荐回答(1个)
回答1:

Create  test1(

[id] integer PRIMARY KEY AUTOINCREMENT,  

);