Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I...
Message
De
28/05/2002 09:45:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00661974
Message ID:
00661976
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform