So löschen Sie die Tabelle SQLite
# SQLite->
DROP TABLE table_name
Neo the Elephant
# SQLite->
DROP TABLE table_name
DELETE FROM table
WHERE search_condition;