if exists (select * from syscolumns where id=object_id('表名') and name='字段名')
	print '有'
else
	print '无'

 

相关文章:

  • 2021-12-27
  • 2021-08-25
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-06-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
相关资源
相似解决方案