Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT subset optimization
Message
From
18/02/1997 16:19:16
 
 
To
18/02/1997 16:14:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00020942
Message ID:
00020958
Views:
39
>select MEMBER.PRENOM, MEMBER.NOM
>From MEMBER Inner Join LISTSERV
>On MEMBER.NUMERO = LISTSERV.NOMEMBER
>Where LISTSERV.NOCLIENT = 5

Ok, this is faster.

Now, is the Inner Join faster than the following SQL?

SELECT MEMBER.PRENOM,MEMBER.NOM FROM MEMBER,LISTSERV;
WHERE LISTSERV.NOCLIENT=5 AND LISTSERV.NOMEMBER=MEMBER.NUMERO
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform