`
jhyimu2005
  • 浏览: 185787 次
  • 性别: Icon_minigender_2
  • 来自: 苏州
社区版块
存档分类
最新评论

查看数据库中是否存在某张表

 
阅读更多
select count(*) from information_schema.tables where table_schema = '数据库名' and table_name = '表名';
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics