需求:  
   一个字段需要模糊匹配多条记录,所以如果用like的话只能单条;用in又没有模糊的功能,请问如何处理?实例:
  select field from table where table.field1 like (select A.field from table2 A )