Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Statment Needed
Message
De
10/01/2005 06:42:13
 
 
À
10/01/2005 04:11:16
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
00975143
Message ID:
00975603
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform