日期:2014-05-18 浏览次数:20551 次
select a.*,b.长相打分 as 长相 from tb1 a left join tb2 b on a.id=b.id
------解决方案--------------------
select a.*,b.长相打分 as 长相
from tb1 a ,tb2 b
where a.id=b.id
------解决方案--------------------
select a.*,b.长相打分 as 长相
from tb1 a ,tb2 b
where a.id=b.id
------解决方案--------------------
select a.*,b.长相打分 as 长相
from tb1 a ,tb2 b
where a.id=b.id