Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan....EndScan
Message
From
10/02/2004 20:32:37
 
 
To
09/02/2004 13:00:25
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00875534
Message ID:
00876103
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform