SyntaxFix
Write A Post
Hire A Developer
Questions
Note that to check whether a table exists in the TEMP database, you must use sqlite_temp_master instead of sqlite_master:
sqlite_temp_master
sqlite_master
SELECT name FROM sqlite_temp_master WHERE type='table' AND name='table_name';