Drop all tables command

后端 未结 10 578
滥情空心
滥情空心 2020-11-28 23:52

What is the command to drop all tables in SQLite?

Similarly I\'d like to drop all indexes.

10条回答
  •  遥遥无期
    2020-11-29 00:02

    I'd like to add to other answers involving dropping tables and not deleting the file, that you can also execute delete from sqlite_sequence to reset auto-increment sequences.

提交回复
热议问题