pysqlite - Checking the existance of a table

Matthias Kluwe mkluwe at gmail.com
Fri Jun 17 15:15:36 EDT 2005


Simply use the internal table SQLite_Master:

select name from SQLite_Master

will return all existing tables.

Regards,
Matthias




More information about the Python-list mailing list