How to drop all empty tables in SQLite?
I want to drop all tables that does not have rows.
How to drop all empty tables in SQLite?
EDIT
I need to do this on a mobile phone (no shell there). On a Windows Mobile phone.