Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Union Results
Message
De
08/09/2000 19:02:09
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Union Results
Divers
Thread ID:
00414484
Message ID:
00414484
Vues:
45
The command:
select FirstName from MyList
result is 100 records

The command:
select FirstName from YourList
result is 200 records

The command:
select FirstName from MyList;
union select FirstName from YourList
result is not 300 records it is 50 records. Only the unique FirstName

I am seeking the syntax which will give me all 300 records.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform