两个表,字段模糊匹配

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

相关文章
相关标签/搜索