日期:2014-05-18  浏览次数:20463 次

sql 获得一个表的所有列标题
RT

------解决方案--------------------
select name
from syscolumns where object_name(id) = '表名 '