如何在 MYSQL 5.7+ 上连接多个 SQL 表?
比如 select * from T1 inner join T2 on t1.id = t2.id left join T3 on t2.FK = T2.
inner join left join right join 都是可以的