select b.name,a.* from sys.columns a,sys.tables bwhere a.object_id = b.object_id and a.name = 'id'table
b.name 爲表名object