SQLite 获取所有表名

SELECT name FROM sqlite_master where type='table' order by name
原文地址:https://www.cnblogs.com/xyz0835/p/4925190.html