Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparing two SQL cursors
Message
 
À
09/07/1999 13:52:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00239523
Message ID:
00239578
Vues:
26
>>Al alternative if what you really wanted was the two tables merged without any duplicates would be to UNION them together then do a GROUP BY on every field in the table. The result is all records from both tables without duplicates.
>
>Isn't the default union clause distinct? That is to say, it only grabs one record if there are two or more dups?

You are right. I never noticed that before.

From VFP6 Help
=============================
[UNION [ALL] SELECTCommand]

Combines the final results of one SELECT with the final results of another SELECT. By default, UNION checks the combined results and eliminates duplicate rows. Use parentheses to combine multiple UNION clauses.

ALL prevents UNION from eliminating duplicate rows from the combined results.
============================
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform