How to drop all empty tables in SQLite?
19:22 19 Feb 2010

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.

sql database sqlite