国
国色天香
Unregistered / Unconfirmed
GUEST, unregistred user!
比如:
select tb1.f1,tb2.f1 from tb1,tb2 where tb1.f1=tb2.f2 and tb1.f3=0 and tb2.f5=3
如果顺序不同性能有无差别?
select tb1.f1,tb2.f1 from tb1,tb2 where tb1.f1=tb2.f2 and tb1.f3=0 and tb2.f5=3
如果顺序不同性能有无差别?