Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter errors (Too many arguments )
Message
 
 
À
16/03/2006 09:29:43
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01104775
Message ID:
01105178
Vues:
21
>Sergey
>
>>The INLIST() function is limited to 25 items in the list. You should reconsider your design also because the filter expression is not optimizable. The bigger table will get, the slower your code will became.
>
>INLIST is indeed optimizable
>
>if there is an index on UPPER(PARTNUM), SELECT * FROM PARTS WHERE INLIST(UPPER(PARTNUM),"1","2","3") will report full optimzation.
>
>The empty(sent) part is not optimizable.

Hi Mike,

Yes, you're correct.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform