Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any difference?
Message
 
À
02/09/1997 17:14:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00048114
Message ID:
00048131
Vues:
20
>Is there any optimization difference in the following:
>
>SELECT FIELD FROM TABLE WHERE FIELDDATE=DATE() INTO CURSOR TEMP
>
>OR
>
>ldDate=DATE()
>SELECT FIELD FROM TABLE WHERE FIELDDATE=ldDate INTO CURSOR TEMP

Hi Michel,

This is one I wondered about for a while. After some testing, I get about at 8% speed improvement with the second one.


BFN,
Darrel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform