Enforce sequential rowids in SQLite tables

前端 未结 0 350
萌比男神i
萌比男神i 2021-01-25 01:56

Is there a way to have SQLite force rowids to be sequential and start from 0? E.g. if I have this table:

    CREATE TABLE memory_by_cpu (
        cpu INTEGER PRIM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题