select * from 表1 where field1 in (select field2 from 表2 where field3='value')
其中表1的field1和表2的field2关联,如何做?