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