将表A和表B合并成表C该如何通过sql实现
没办法关联呀,怎么模糊查询呢?
select b.地址 as 地址 , a.邮编from bleft joina on b.地址 like CONVERT(nvarchar(200),'%'+a.地址+'%')