输入banner图图片脚本导航/分类

判断数据库表中是否存在某个字段

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

 

判断数据库表中是否存在某个字段

标签: