2014年3月1日 星期六

sqlite 檢查table是否存在

select count(*) from sqlite_master where table=***

SELECT count(*) FROM sqlite_master WHERE type='table' and name='" + TableName+ "'";

相關可參考:Caton + OO + Google =?: Sqlite
--
 

沒有留言:

張貼留言