1 select count(*) from sysobjects a 
2 join syscolumns b 
3 on a.id=b.id
4 where a.name='表名'
5 go

 

相关文章:

  • 2022-12-23
  • 2021-12-14
  • 2022-01-28
  • 2021-12-24
  • 2021-05-30
  • 2021-09-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-12-17
  • 2021-08-25
相关资源
相似解决方案