J Jufeng_zhu Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-04 #21 select a.aaa,b.bbba.ccc,b.ddda.eee,b.fff from table1 a left join table2 b on a.id=b.id
M mynlxx Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-04 #22 From子句错? Select * From tbComputer left join tbName
王 王寒松 Unregistered / Unconfirmed GUEST, unregistred user! 2002-04-04 #23 jufeng_zhu的SQL应该可以用 还可以这样写写看 select a.aaa,b.bbba.ccc,b.ddda.eee,b.fff from table1 a full join table2 b on a.id=b.id
jufeng_zhu的SQL应该可以用 还可以这样写写看 select a.aaa,b.bbba.ccc,b.ddda.eee,b.fff from table1 a full join table2 b on a.id=b.id