Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow views
Message
From
10/08/1998 04:50:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00124958
Message ID:
00125179
Views:
18
Jayesh,
I really didn't know it might differ in speed. Thanks for the info.
Cetin

>Yes, It is an inner join but I don't want to use INNER JOIN clause in the query.
>
>Speed of the following two queries may differ.
>
>1. SELECT Tran.cmastid,Mast.cname
> FROM Tran,Mast
> WHERE Tran.cmastid = Mast.cid
>
>2. SELECT Tran.cmastid,Mast.cname
> FROM Tran INNER JOIN Mast
> ON Tran.cmastid = Mast.cid
>
>Hope this will clear your thoughts.
>
>Bye
>Jayesh
>
>
>
>
>>Jayesh,
>>Isn't that an inner join ?
>>Cetin
>>>I didn't tell her to use INNER JOIN, just use '=' instead. and It can make a difference.
>>>
>>>Bye
>>>Jayesh
>>>
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform