sqlite löschen einer tabelle code example
Example: sqlite löschen einer tabelle
DROP TABLE table
and if you dont know if it exists
DROP TABLE IF EXISTS table
DROP TABLE table
and if you dont know if it exists
DROP TABLE IF EXISTS table