取某一个表的所有字段
select * from syscolumns a, sysobjects  b where a.id=b.id
and b.name='表名'