Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Do This With A JOIN?
Message
De
30/12/2005 04:10:53
 
 
À
30/12/2005 00:05:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01081733
Message ID:
01081954
Vues:
8
>>Hi Mike,
>>
>>this is an interesting example.
>>
>>Here, if you add an index on BoIdBase for optimize the join,
>>with the projection subquery VFP can run more slowly,
>>because the VFP engine is not very smart
>>( the correct plan is that of build a intermediate group subquery on the join fields
>>and then join it with the update table )
>
>Wow, you understand VFP very deeply! What is a projection subquery?
>
>Thanks,
>
>Alex

It is not very particular
if Table has N columns, every selection that returns some of these columns it is a projection.

For an UPDATE, the projection is the SET's columns.
VFP9 support one projection's subquery only.

I have not written very well.

>> with the projection subquery VFP can run more slowly,
replaced
with the projection's subquery VFP can run more slowly,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform