Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it acceptable?
Message
De
06/07/2001 08:52:16
 
 
À
06/07/2001 08:09:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00527318
Message ID:
00527380
Vues:
25
John,
You've got some good suggestions from Hilmar. Remove the ALLTRIM() from the query and from the index expressions. Also, how many records are returned if you remove the GROUP BY clause?

>Hi,
> my SQL
>
>

>SELECT Ino, bCode ;
>FROM Stock_Status ;
>WHERE ALLTRIM(UPPER(INO)) = "012" AND ALLTRIM(UPPER(BCODE)) = "AW" AND ;
> ALLTRIM(UPPER(LOCCODE)) == "KL" ;
>GROUP BY INO,BCODE ;
>INTO CURSOR csrResult
>
>

>
>SYS(3054) show this query run with full optimized.
>
>Thnak you
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform