方法1
select name from syscolumns where id=object_id('student')
方法2
select b.name from sysobjects a,syscolumns b where a.id=b.id and a.name= 'student'
程序员阿飞
2021年4月21日
作者: 阿飞
出处: https://www.cnblogs.com/nxopen2018/>
关于作者:......
如有问题, 可在底部(留言)咨询.