Two tables, fuzzy matching fields

/ ** Field two fuzzy matching * /
the SELECT * the FROM A A, B B like the WHERE b.name
/ ** how to use like query matching * /
Convert (nvarchar (200 is), '%' + A .name + '%')

Reproduced in: https: //www.cnblogs.com/liyunchuan/p/11040644.html

Guess you like

Origin blog.csdn.net/weixin_34085658/article/details/93314722