对于大数据的多表级联 需要用inner join

select item from table1 t1
inner join table2 t2 on t1.id=t2.id
inner join table3 t3 on t2.name=t3.name