新文章

2013年1月1日 星期二

SQLite List all tables in database

How to get list of all tables in SQLite?

Just type the script below:

SELECT * FROM sqlite_master WHERE type='table'

沒有留言:

張貼留言