Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combining to SELECT statements (or two cursors)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Combining to SELECT statements (or two cursors)
Divers
Thread ID:
00043707
Message ID:
00043707
Vues:
78
I'm looking for advice on how I can either combine the following two select statements into one or how I can combine the result sets into one so I can use the data for a report.

SELECT;
udds1, udds2, name;
FROM drivauth_view WHERE (ISNULL(udds1) = .f.);
AND (EMPTY(udds1) = .f.);
INTO CURSOR report1

SELECT;
udds1, udds2, name;
FROM drivauth_view WHERE (ISNULL(udds2) = .f.);
AND (EMPTY(udds2) = .f.)
INTO CURSOR report2
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform