Drop table in old version of SQLite where IF EXISTS is not supported May 4, 2023 by Tarik You can use: DROP TABLE IF EXISTS TABLE_NAME;