兩個表,字段模糊匹配

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

相關文章
相關標籤/搜索