/**两个表 字段模糊匹配**/SELECT * FROM A a, B b WHERE b.name like /**使用like进行查询 如何进行匹配**/convert(nvarchar(200),'%'+a.name +'%')查询