Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select only a certain number of records from a table
Message
 
To
06/02/2002 11:17:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00616091
Message ID:
00616120
Views:
23
If you need a new tableB, then:
copy next 30 to tableB

If you need to append to tableB, then you may copy to temporary table and then append from it to tableB


>Is there a way that I can select only X amount of records from a table and put them into another table?
>
>Ex.
>TableA has 779696 number of records and is sorted by datetime desc
>I only want the first 30 records and want them in TableB
>What is the best way to do this?
>
>TIA!
Previous
Reply
Map
View

Click here to load this message in the networking platform