Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing query with filter
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Optimizing query with filter
Divers
Thread ID:
00488364
Message ID:
00488364
Vues:
42
I have a select statement which USED to be optimized, but the client added a filter to the index expression. How do I modify my SELECT to accommodate the filter?

The index is UPPER(Job.External) and the filter is .NOT. EMPTY(External)

My old select is something like:
SELECT blah blah blah FROM LinkJob INNER JOIN External ;
ON LinkJob.External = UPPER(Job.External) ;
blah blah blah
INTO CURSOR TQuery

TIA
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform