摘要: select a.name,b.value from syscolumns as a left outer join sysproperties as b on a.id=b.id and b.smallid=a.colid where a.id=object_id('表名') 阅读全文
posted @ 2008-10-29 11:21 远去的河流 阅读(261) 评论(0) 推荐(0)