查询某个表中所有字段 SELECTa.name,b.name,* FROMsys.columns aJOIN sys.types b ON b.user_type_id = a.user_type_id WHEREa.object_id = OBJECT_ID( 'dbo...