sqlite學習——3. 查詢表是否存在

SELECT COUNT(*) FROM sqlite_master where type='table' and name='表名'
相關文章
相關標籤/搜索