Monday, May 21, 2012

Retrieve a list of all tables in the sqlite database


select name from sqlite_master where type = 'table'

No comments:

Post a Comment