Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed problems - getting desperate
Message
From
07/03/1999 10:06:50
 
 
To
06/03/1999 01:27:09
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00192832
Message ID:
00194970
Views:
21
>How about this...wouldn't using the "==" operator help speed things up i.e
>WHERE Table2.Id=="123"?

That's a good question. I don't know for sure, but I doubt it.

>And is there any difference in functionality and/or speed between the above statement and ...
>SELECT Table1.*
>FROM Table1, Table2 ;
>WHERE Table2.SeqNo=Table1.LinkField AND Table2.Id="123" ?

I don't think so, but again, I have not done extensive testing. Except in situations that need an outer join, I still use the "WHERE" sytax to join tables, just out of habit.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform