Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Performance in network
Message
De
03/01/2001 06:17:52
 
 
À
03/01/2001 03:37:33
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00458442
Message ID:
00458825
Vues:
27
Hi,
Thank you for your reply.
Here is my table structure
Table Name: Member

Fields:

1. Card_No
2. Name
3. Address
4. Zip Code
...

Indexes:
1. PCard_No                    Card_No                   Primary
2. Card_Type                   LEFT(Card_No, 3)          Regular
3. Card_No                     Card_No                   Regular

SQL:
SELECT Card_no, Name, Address ;
FROM Member ;
WHERE LEFT(Card_NO, 3) = tcCardType ;
INTO CURSOR mymember
The SQL above will return 5,000 records out of 10,000 records from server.

I tried to issue SYS(3024), it tell me it partial optimization (since i SET DELETED ON).

Any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform