comment supprimer la table sqlite
# SQLite->
DROP TABLE table_name
Neo the Elephant
# SQLite->
DROP TABLE table_name
DELETE FROM table
WHERE search_condition;