sqlite3 dbfile 进入sqlite3终端
sqlite3 dbfile
.table 查看表
.table
DELETE FROM table_name; 清空表数据
DELETE FROM table_name;