Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I optimize the intermediate result
Message
De
08/06/2001 18:43:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
How do I optimize the intermediate result
Divers
Thread ID:
00517267
Message ID:
00517267
Vues:
56
Here is sample code to illustrate the point.

Select * ;
From Invoice ;
Where ;
InvoiceId = 3 And ;
Between( InvoiceDate, {12/01/01}, {12/31/01} ) ;
Into Cursor qroInvoices

Use Dbf("qroInvoices") Again In 0 Alias qInvoices
Select qInvoices
Index On InvoiceId Tag InvoiceId

Select
qInvoices.*, InvoiceDetail.Amount From qInvoices Inner Join On


Sys(3054,11)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform