Sqlite can't find table?

Started by Cj, March 05, 2015, 08:42:05 AM

Previous topic - Next topic

Umar

Hi everyone, I'd like to ask you a big question, sqlite can't find table Thank you for quickly answering me !

Eshan

SELECT name FROM sqlite_master WHERE type='table' AND name='table_name';