Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query , Faster, How ?
Message
De
29/01/2001 11:38:24
 
 
À
29/01/2001 04:32:25
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00469604
Message ID:
00469754
Vues:
9
Hi Agnes,

To try and give you a head start with this:

If you have a Select statement...

Select * from table1 where firstname = 'Agnes'

To make this statement use Rushmore (ie faster)
open up table1
go into the indexes tab and have a look to see if there is an index on firstname
if not then add one

Statements to look for in the select statements
JOIN ON
WHERE
HAVING
maybe others but my VFP has crashed so these are from memory...

Hope This Helps

Will
Will Jones
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform