表二
手上没有mysql,用sqlite的sql写的、||表示连接字符串。
select a from (select 表一.姓名 as a, 表二.名 as b from 表一 left join 表二 on 表一.姓名 like '%'||表二.名) where b <> ''