Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make Select quicker
Message
 
 
À
26/01/2006 11:39:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01090482
Message ID:
01090548
Vues:
15
>Beth,
>
>Does adding a WHERE clause and eliminating the IIF statements help? Like WHERE not empty(date_calc) and not empty(date_appr)... or if you need to evaluate both date_calc and date_appr, perhaps splitting it using the UNION clause.
>Also, do you have indexes on date_calc and/or date_appr?
>
>Regards,
>Ed

You can not add NOT EMPTY as a condition, because AFAIK EMPTY is not optimizable. You need to write

not myDateField =={} if you have an index on date.
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