Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I...
Message
De
28/05/2002 10:12:10
 
 
À
28/05/2002 09:45:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00661974
Message ID:
00661998
Vues:
23
If there are duplicate rows and you want to keep them you
should use UNION ALL instead of just using UNION.


>>Select all the records from 2 cursors and put them into 1 cursor?
>
>Use the UNION feature:
>
>SELECT name,descriptio FROM address ;
> WHERE Groupid=lcShippergroup ;
>UNION ;
>SELECT name,descriptio FROM address ;
> WHERE Code = Policy.Id ;
> INTO Ultimate Result
>
>The corresponding fields must have the same type and size.
>
>Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform