select a.name from syscolumns a,sysobjects b where a.id=b.id and b.name='表名'

 

相关文章: