sqlite下查找表名是否存在的语句

时间: 2010-01-21 / 分类: 数据库技术 / 浏览次数: 43 views / 0个评论 发表评论
select name from sqlite_master where type = 'table' and name = 'table_name'

发表评论

您的昵称 *

您的邮箱 *

您的网站