似乎是,left join 一次,就要马上 on 一次
select c.*,u.housetype,b.image from comment c left join house u
on c.houseId=u.houseId
left join user b
on c.userId=b.userId
where c.touser='koma'
似乎是,left join 一次,就要马上 on 一次
select c.*,u.housetype,b.image from comment c left join house u
on c.houseId=u.houseId
left join user b
on c.userId=b.userId
where c.touser='koma'