C
chen_zx
Unregistered / Unconfirmed
GUEST, unregistred user!
我用到以下语句:
select * from table1 a left outer join table2 b on a.f1=b.f1
left outer join table3 c on b.f2=c.f2 order by c.f3
运行起来太慢了,5分钟都没动静
只用到两个table,到是很快
各位为帮帮忙
select * from table1 a left outer join table2 b on a.f1=b.f1
left outer join table3 c on b.f2=c.f2 order by c.f3
运行起来太慢了,5分钟都没动静
只用到两个table,到是很快
各位为帮帮忙