Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing the Calculate function - with an index?
Message
De
02/02/2006 16:45:10
 
 
À
02/02/2006 16:41:38
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01092819
Message ID:
01093122
Vues:
20
>>Steve,
>>
>>Tore already gave you the answer. I'd also add that write the expression like you'd see in an algebra text ( 10 < a < 15 ) in a SQL statement won't fully optimize:
>>
>>
>>select sum(b) ;
>>   from x ;
>>   where 10 < a and a < 15
>>
>>
>>10 < a won't optimize because the field is on the right hand side of the operator. a > 10 will optimize.
>
>Thanks for reminding me... would you know whether a " a Between 10.01 and 14.99" would optimize?

Yes it will!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform