sqlite 获取数据库中的所有表

SELECT name from sqlite_master where type='table'

posted on 2016-01-20 15:53  68tour  阅读(462)  评论(0)    收藏  举报

导航