sql统计表总数:select count() from sysobjects where type=‘U’在这里插入图片描述
统计字段总数:select count(
) from syscolumns where id = object_id(‘表名’)
在这里插入图片描述

相关文章:

  • 2021-11-23
  • 2021-08-02
  • 2021-12-20
  • 2021-12-08
  • 2021-10-08
  • 2021-10-13
  • 2021-10-13
  • 2021-11-28
猜你喜欢
  • 2021-08-02
  • 2021-11-02
  • 2021-11-02
  • 2021-08-02
  • 2021-04-29
  • 2021-06-30
相关资源
相似解决方案