2015-02-11 41 views

回答

0

,如果我得到你想要的東西,你可以使用加入

select * from table2,table3 
    join table1 on table1.id = idfkey 
    where table3.idfkey = table2.idfkey