Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan....EndScan
Message
De
10/02/2004 20:32:37
 
 
À
09/02/2004 13:00:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00875534
Message ID:
00876103
Vues:
9
This message has been marked as a message which has helped to the initial question of the thread.
>2.) Recommend a better way to cipher through 7 million records and get only the 1 or 2 million that i want....

Jeffrey,

Check this code:

lcListOfValues = '23,24,25,26,27,28,29,30,31,39,40,;
41,42,49,51,52,53,58,59,60,61,62,63,67,68,69,70,71,72,73'

Select * from fed_temp ;
where left(NSN,2) $ lcListOfValues ;
into table prod_table
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform