sqlite3 table.db
;
.table
select * from table;
.schema table
delete from table where id=='1';
.quit
Back