SQLite查询所有表名 QuietLakeStone 2018-01-23 4,485 阅读1分钟 SQLite数据库查询所有数据表名 SELECT name _id FROM sqlite_master WHERE type ='table'