Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combining two cursors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00019482
Message ID:
00019580
Vues:
56
SELECT * ;
    FROM cursorA ;
    INTO CURSOR cursorC ;
    ORDER BY orderField
UNION ;
SELECT * ;
    FROM cursorB
> > Hmmm...this looks good, but when I tried it I only got records from > cursorA. Is there something missing? > the ORDER BY should be in the last SELECT also it should be on a field number btw, another way to do this is with a full outer join on the key field Arnon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform