1、select 1 from syscolumns where id=object_id('表名') and name='列名'2、if col_length('表名', '列名') is not null print '存在' 相关文章: 查看sqlserver被锁的表以及如何解锁. 2021-07-30 如何查看表的结构与修改表名 2021-10-10 SQL Server如何查找表名或列名中包含空格的表和列 2021-11-17 如何查看包名 2021-10-08