Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is this SQL faster?
Message
From
02/08/2004 09:09:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00930072
Message ID:
00930096
Views:
13
Hi Mel,

try this:
FROM FORCE appdata!Ssperson INNER JOIN appdata!Ssmoney ;
ON    m.cIsGrouped AND Ssperson.familyid=Ssmoney.familyid 
  OR !m.cIsGrouped AND Ssperson.personid=Ssmoney.personid
AND
FROM FORCE appdata!Ssmoney INNER JOIN appdata!Ssperson ;
ON    m.cIsGrouped AND Ssperson.familyid=Ssmoney.familyid 
  OR !m.cIsGrouped AND Ssperson.personid=Ssmoney.personid
Can you post the RECCOUNT() of the source and result tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform