hd.*_*hd. 0 mysql sql join
如何在加入时使用两个或更多条件?我想用它的连接版本替换此查询:
select * from t1,t2 where t1.a=t2.b and t1.c=t2.d and t1.e=t2.f
怎么会这样?
il_*_*uru 5
这应该工作
select * from t1 join t2 on t1.a = t2.b and t1.c = t2.d and t1.e = t2.f
归档时间:
15 年,5 月 前
查看次数:
120 次
最近记录: