Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can this be done with one or two UPDATEs?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01535797
Message ID:
01535827
Vues:
34
>>>Thank you. The goal was not just to have a unique value (what Sergey suggested would have done it). But the goal was to preserve all the existing values and only change the value in records where duplicate exists.
>>
>>That's exactly what my script does, if you noticed. I only update fields which are duplicates. The having clause should be > 1, not > 0 (typo).
>
>I am curious, as I try to understand your syntax and learn how UPDATE works. It seem like VFP, when executing UPDATE, processes all records at once and then actually updates the values. Otherwise, in the case of two records with the same value, only one would be set to a new value. That is, when the first instance of the duplicate record is set to a new value, subsequent sub-query would not found duplicate records. Do I understand this correctly?

Update in VFP, as well as in SQL Server, processes all records at once.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform