sqlite3 查找 全部表名字

http://stackoverflow.com/questions/82875/how-do-i-list-the-tables-in-a-sqlite-database-filesql   it appears you need to go through the *sqlite_master* table, like this:app SELECT * FROM dbname.sqlite_
相關文章
相關標籤/搜索