简单的说 inner join 返回的是条件都匹配的数据
left join 返回的是匹配的数据与左边不匹配的数据
right join 返回的是匹配的数据与右边不匹配的数据
full join 返回的是匹配的数据与两边都不匹配的数据