查询另一张表中某字符出现次数 sql

xiaoxiao2021-02-28  26

select EmpName,(select COUNT(*) from HRLate where Name like '%' + t.EmpName  + '%') from BaseEmployee t 

  

转载请注明原文地址: https://www.6miu.com/read-1000203.html

最新回复(0)