查询有多少表 select * from sqlite_master where type='table'
查询指定表 select * from sqlite_master where type='table' and name='t1'
转载于:https://my.oschina.net/u/221552/blog/344193
查询有多少表 select * from sqlite_master where type='table'
查询指定表 select * from sqlite_master where type='table' and name='t1'
转载于:https://my.oschina.net/u/221552/blog/344193