Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statment Needed
Message
From
10/01/2005 06:42:13
 
 
To
10/01/2005 04:11:16
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
00975143
Message ID:
00975603
Views:
16
>Hi Todd,
>
>In VFP9 it is simpler, but in VFP you can use:
>
>
SELECT NVL(A.Item, b.Item), count(a.Item)+Count(b.Item) FROM Items A FULL JOIN Items2 B ON .F. GROUP BY 1
>
>Walter,
>

Hi Walter,
the speed of this is ....
a small improvement
SELECT NVL(A.Item, b.Item), count(a.Item)+Count(b.Item) FROM Items A FULL JOIN Items2 B ;
ON A.Item=b.Item AND .F. GROUP BY 1
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform