列出某个表中所有的列名

Select Name From Syscolumns Where ID=object_id('表名')
原文地址:https://www.cnblogs.com/zhangpengshou/p/1097465.html