SQL子查询 当一个查询是另一个查询的条件时,称之为子查询。 select * from score where event_id in (select event_id from event where type='T');