日期:2014-05-16 浏览次数:20521 次
select count(*) as isExsit from sqlite_master where type="table" and name=表名;
?
例如:
select count(*) as isExsit from sqlite_master where type="table" and name="categories";