码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2016-09-12 18:50:05      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

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

 

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

标签:

原文地址:http://www.cnblogs.com/huangshuqiang/p/5865504.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!