MySQL三表联查咋么查?

2025-03-23 15:45:10
推荐回答(1个)
回答1:

select * from table1 t1,table2 t2,table3 t3
where t1.id=t2.id and t1.id=t3.id